We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent db46832 commit 990076dCopy full SHA for 990076d
assets/sass/front-page.scss
@@ -18,7 +18,7 @@
18
19
ul {
20
@extend .unstyled !optional;
21
- padding-top: 24px;
+ padding-top: 6px;
22
display: flex;
23
flex-direction: row;
24
flex-wrap: wrap;
@@ -268,7 +268,8 @@
268
}
269
270
#front-downloads {
271
- width: 50%;
+ width: calc(50% - 20px);
272
+ padding-left: 20px;
273
274
275
@@ -294,6 +295,10 @@
294
295
border-right: none;
296
297
298
+ #front-downloads {
299
+ padding-left: 0;
300
+ }
301
+
302
#front-navigation {
303
#front-nav {
304
0 commit comments