Skip to content

Commit 990076d

Browse files
committed
fixup! homepage: refactor monitor
1 parent db46832 commit 990076d

File tree

1 file changed

+7
-2
lines changed

1 file changed

+7
-2
lines changed

assets/sass/front-page.scss

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818

1919
ul {
2020
@extend .unstyled !optional;
21-
padding-top: 24px;
21+
padding-top: 6px;
2222
display: flex;
2323
flex-direction: row;
2424
flex-wrap: wrap;
@@ -268,7 +268,8 @@
268268
}
269269

270270
#front-downloads {
271-
width: 50%;
271+
width: calc(50% - 20px);
272+
padding-left: 20px;
272273
}
273274
}
274275

@@ -294,6 +295,10 @@
294295
border-right: none;
295296
}
296297

298+
#front-downloads {
299+
padding-left: 0;
300+
}
301+
297302
#front-navigation {
298303
#front-nav {
299304
ul {

0 commit comments

Comments
 (0)