Skip to content

Commit c6b40b9

Browse files
authored
Merge pull request #1499 from scalacenter/tweak-padding-frontpage
adjust padding around ecosystem and maintenance
2 parents 76a6b57 + a403e21 commit c6b40b9

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

_sass/layout/maintenance.scss

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,10 @@
22
//------------------------------------------------
33
//------------------------------------------------
44

5+
#site-main > .maintenance {
6+
padding-top: 10px;
7+
}
8+
59
.maintenance {
610
background: $gray-dark;
711

_sass/layout/scala-ecosystem.scss

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@
44

55
#site-main {
66
.scala-ecosystem {
7-
padding-bottom: 0;
87
// background: url("../img/frontpage/background-scala-ecosystem.jpg") no-repeat center bottom $gray-li;
98
// @include image-size();
109
background: $gray;

0 commit comments

Comments
 (0)