-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmedia.css
143 lines (117 loc) · 2.23 KB
/
media.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
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
@media only screen and (max-width: 500px) {
.navbar {
padding: 15px 0;
}
.navbar .brand .brand-name {
display: none;
}
.navbar .brand {
margin-left: 15px;
}
.navbar .link-container {
margin-right: 15px;
}
.main .home-container {
margin: 30vh 30px 0 30px;
width: auto;
height: 70vh;
}
.main .work-section {
margin: 180px 30px 0 30px;
width: auto;
}
.main .work-section .work-divider {
display: block;
width: auto;
margin: 0;
margin-bottom: 50px;
}
.main .specialty {
margin: 0 30px 150px 30px;
width: auto;
}
.meet-team {
margin: 0;
height: auto;
white-space: nowrap;
}
.meet-team * {
white-space: normal;
}
.meet-team .photo-box, .meet-team .about-box {
margin: 0;
float: none;
display: inline-block;
box-sizing: border-box;
vertical-align: top;
}
.meet-team .photo-box {
height: auto;
text-align: center;
padding-left: 30px;
width: 40%;
}
.meet-team .photo-box .shift {
margin: 0;
}
.meet-team .photo-box .member-photo {
transform: none;
height: auto;
width: 75%;
}
.meet-team .photo-box .mem-desc-left, .meet-team .photo-box .mem-desc-right {
margin: 0;
width: auto;
transform: none;
margin-bottom: 40px;
}
.meet-team .photo-box *:last-child {
margin-bottom: 0;
}
.meet-team .about-box {
margin: 0 30px;
}
.about-box .pre-title {
font-size: 1.3em;
}
.about-box .title {
font-size: 2em;
}
.meet-team .about-box .about-words {
width: auto;
height: auto;
}
.member-photo.left {
margin-top: 0 !important;
}
.footer-logo-wrapper {
height: 30px;
text-align: center;
}
.footer-logo {
height: 70px;
background: #190a2b;
border-radius: 100%;
margin-top: -40px;
border: 5px solid #190a2b;
}
.contact-us {
margin-top: 150px;
}
.contact-us-same-line-group {
display: flex;
flex-wrap: wrap;
margin-bottom: 0;
}
.contact-us-same-line-group > * {
margin-right: 0;
margin-bottom: 20px !important;
width: 100%;
flex-basis: 1;
flex-grow: 1;
}
/* SWEETALERT RULES */
.swal-text, .swal-content {
padding: 0 20px;
}
}