Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Arch Linux
Rebuilderd Website
Commits
3cbf058a
Verified
Commit
3cbf058a
authored
Jul 05, 2020
by
Jelle van der Waa
🚧
Browse files
Fix spacing of .section's to use less space
parent
d8946000
Pipeline
#366
passed with stage
in 31 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
src/style.scss
View file @
3cbf058a
...
@@ -13,6 +13,11 @@ $link: #212952;
...
@@ -13,6 +13,11 @@ $link: #212952;
@import
"../node_modules/bulma/sass/layout/section.sass"
;
@import
"../node_modules/bulma/sass/layout/section.sass"
;
@import
"../node_modules/bulma/sass/grid/tiles.sass"
;
@import
"../node_modules/bulma/sass/grid/tiles.sass"
;
.section
{
padding-top
:
1rem
;
padding-bottom
:
1rem
;
}
@media
(
min-width
:
500px
)
{
@media
(
min-width
:
500px
)
{
ul
{
ul
{
columns
:
2
;
columns
:
2
;
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment