-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.css
125 lines (102 loc) · 1.76 KB
/
index.css
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
.primary_visuals {
display: flex;
flex-direction: row;
min-width: 1090px;
}
.primary_visuals_info {
margin-left: -200px;
}
h1 {
margin-bottom: 40px;
}
.primary_visuals_headshot {
display: flex;
align-items: center;
}
.inland_empire {
display: flex;
align-items: center;
margin-bottom: 30px;
}
h2,
h3 {
margin-bottom: 10px;
}
.h3_like_label {
margin-bottom: 10px;
}
.intro_blurb {
display: flex;
margin-right: 1em;
margin-top: 20px;
float: right;
}
.introduction_2,
.introduction_1 {
max-width: 450px;
}
.introduction_1 {
margin-right: 30px;
}
.socials_tree {
display: flex;
margin-top: 30px;
list-style-type: none;
justify-content: center;
padding-inline-start: 0px;
}
.socials_tree_button {
padding: 20px;
width: 200%;
}
.socials_tree_image {
max-width: 26px;
}
.tagline {
width: 450px;
}
@media (max-width: 900px) {
.primary_visuals {
display: block;
margin-top: 15px;
min-width: 0px;
}
.primary_visuals_headshot {
display: none;
}
.primary_visuals_info {
flex: none;
display: block;
margin-left: 0px;
}
h1 {
text-align: center;
}
.intro_blurb {
display: flex;
flex-direction: column;
float: none;
max-width: 900px;
padding-left: 25px;
padding-right: 25px;
margin-right: 0px;
}
.introduction_1 {
margin-right: 0px;
margin-bottom: 10px;
}
.introduction_2,
.introduction_1 {
max-width: 1000px;
}
.inland_empire {
display: block;
margin: 0 auto;
}
.socials_tree {
padding: 0px;
}
.tagline {
width: auto;
}
}