Skip to content

Commit 3dd5838

Browse files
committed
style(css): adjust padding and margin for coming soon section
- add padding to the top of the coming soon section - set margin for the section heading to improve layout
1 parent 0bb0b26 commit 3dd5838

1 file changed

Lines changed: 8 additions & 4 deletions

File tree

assets/css/templatemo-grad-school.css

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -65,12 +65,16 @@ p {
6565
border: 2px solid rgba(250,250,250,0.1);
6666
}
6767

68-
section.coming-soon .section-heading h2 {
69-
margin-top: 0px;
68+
section.coming-soon {
69+
padding-top: 120px;
7070
}
7171

72-
section.coming-soon .section-heading h2:before {
73-
display: none;
72+
section.coming-soon .section-heading {
73+
margin-bottom: 70px;
74+
}
75+
76+
section.coming-soon .section-heading h2 {
77+
margin-top: 0px;
7478
}
7579

7680

0 commit comments

Comments
 (0)