Skip to content

Commit 3a83522

Browse files
Merge pull request #54 from pythonph/feat/added-academic_partner-and-ui-polish
feat: ui polish for dividers
2 parents 26fc181 + e40da38 commit 3a83522

File tree

2 files changed

+9
-10
lines changed

2 files changed

+9
-10
lines changed

src/styles/main.css

Lines changed: 8 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -259,7 +259,7 @@ body {
259259
display: none;
260260
}
261261
.cstm_bottom.divider-05 {
262-
bottom: -7%;
262+
bottom: -1.5%;
263263
}
264264
}
265265

@@ -270,11 +270,14 @@ body {
270270
.cstm_bottom.divider-04 {
271271
bottom: -6%;
272272
}
273+
.cstm_bottom.divider-05 {
274+
bottom: -1%;
275+
}
273276
}
274277

275278
@media screen and (max-width: 1100px) {
276279
.cstm_bottom.divider-05 {
277-
bottom: -5%;
280+
bottom: -1%;
278281
}
279282

280283
.cstm_bottom.divider-04 {
@@ -308,7 +311,7 @@ body {
308311

309312
@media screen and (max-width: 800px){
310313
.cstm_bottom.divider-05 {
311-
bottom: -3%;
314+
display: none;
312315
}
313316
}
314317

@@ -329,7 +332,7 @@ body {
329332
}
330333

331334
.cstm_bottom.divider-05 {
332-
bottom: -2%;
335+
display: none;
333336
}
334337
}
335338
@media screen and (max-width: 450px){
@@ -350,7 +353,7 @@ body {
350353
}
351354

352355
.cstm_bottom.divider-05 {
353-
bottom: -1%;
356+
display: none;
354357
}
355358
}
356359

@@ -363,10 +366,6 @@ body {
363366
.cstm_bottom.divider-04 {
364367
bottom: -1%;
365368
}
366-
367-
.cstm_bottom.divider-04 {
368-
bottom: -1%;
369-
}
370369
}
371370

372371
@media screen and (max-width: 768px) {

static/css/app.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.

0 commit comments

Comments
 (0)