Skip to content

Commit 53cf34a

Browse files
authored
Merge pull request #62 from topcoder-platform/issues-630
2 parents 317a1d5 + 456c7cc commit 53cf34a

File tree

3 files changed

+37
-26
lines changed

3 files changed

+37
-26
lines changed

design/custom.css

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

design/custom.css.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/scss/base/_footer.scss

Lines changed: 35 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
font-weight: 400;
1919
line-height: 21px;
2020

21-
@media (max-width: 767px) {
21+
@media (max-width: 768px) {
2222
padding: 0px 30px 0px 30px;
2323
}
2424

@@ -27,15 +27,15 @@
2727
padding: 0px 0px;
2828
margin: auto;
2929

30-
@media (max-width: 767px) {
31-
margin-left: 0;
32-
margin-right: 0;
33-
padding: 0px 30px 0px 30px;
34-
}
35-
3630
@media (max-width: 1200px) {
3731
max-width: none;
3832
}
33+
34+
@media (max-width: 768px) {
35+
margin-left: 0;
36+
margin-right: 0;
37+
padding: 0px;
38+
}
3939
}
4040

4141
.Footer-logo {
@@ -45,7 +45,7 @@
4545
padding: 30px 0px;
4646

4747

48-
@media (max-width: 767px) {
48+
@media (max-width: 768px) {
4949
padding-bottom: 30px;
5050
svg{
5151
width: 79px;
@@ -72,7 +72,7 @@
7272
}
7373
}
7474

75-
@media (max-width: 767px) {
75+
@media (max-width: 768px) {
7676
flex-grow: 2;
7777
margin-top: 18px;
7878
&:first-child {
@@ -83,7 +83,7 @@
8383
}
8484
}
8585
}
86-
@media (max-width: 767px) {
86+
@media (max-width: 768px) {
8787
display: none;
8888
}
8989
}
@@ -111,12 +111,15 @@
111111

112112
.Footer-Share-Container {
113113
li {
114-
width: 26px;
115-
height: 26px;
116-
line-height: 26px;
114+
width: 24px;
115+
height: 24px;
116+
line-height: 21px;
117117
border-radius: 100%;
118118
float: left;
119-
margin-left: 5px;
119+
margin-right: 5px;
120+
&:last-child {
121+
margin-right: 0;
122+
}
120123

121124
a {
122125
color: $global-grey-bg !important;
@@ -127,7 +130,7 @@
127130
}
128131
}
129132

130-
@media (max-width: 767px) {
133+
@media (max-width: 768px) {
131134
display: flex;
132135
justify-content: center;
133136
order: 1;
@@ -157,7 +160,7 @@
157160
color: $global-color_grey_dark;
158161
}
159162
}
160-
@media (max-width: 767px) {
163+
@media (max-width: 768px) {
161164
font-size: 11px;
162165
margin-right: 0;
163166
a {
@@ -168,24 +171,23 @@
168171
}
169172

170173
@media (max-width: 768px) {
171-
justify-content: space-between;
172-
margin-top: 10px;
173-
order: 2;
174-
width: 100%;
174+
margin-top: 0px;
175175
}
176176
}
177177

178-
@media (max-width: 767px) {
178+
@media (max-width: 768px) {
179179
border-top: 0;
180-
margin-top: 20px;
180+
margin-top: 22px;
181+
padding-top: 0px;
181182
}
182183
}
183184

184185

185186
.Footer-Mobile-Share-Container {
186187
display: none;
187-
@media (max-width: 767px) {
188+
@media (max-width: 768px) {
188189
display: flex;
190+
margin-top: 15px;
189191
justify-content: center;
190192
a {
191193
margin-right: 5px;
@@ -195,27 +197,36 @@
195197
&:hover {
196198
color: $global-grey-bg
197199
}
200+
201+
&:last-child {
202+
margin-right: 0;
203+
}
198204
}
199205
}
200206
}
201207

202208
.Footer-Mobile-Menu-Container{
203209
display: none;
204-
@media (max-width: 767px) {
210+
@media (max-width: 768px) {
205211
display: flex;
206212
justify-content: center;
207213
.Footer-Menu-Title {
208214
display: flex;
209215
flex-direction: column;
210216
margin-right: 43px;
217+
margin-bottom: 0px;
211218
border-bottom: 0px;
219+
&:last-child {
220+
margin-right: 0px;
221+
}
212222
a {
213223
color: #e9e9e9;
214224
font-size: 12px;
215225
font-weight: 500;
216226
line-height: 21px;
217227
text-decoration: none;
218228
}
229+
219230
}
220231
}
221232
}

0 commit comments

Comments
 (0)