Skip to content

Commit

Permalink
Update main.scss
Browse files Browse the repository at this point in the history
Making the layout more spreadout and font size a little smaller
  • Loading branch information
pubmania authored Aug 13, 2024
1 parent f246758 commit db18f3a
Showing 1 changed file with 11 additions and 1 deletion.
12 changes: 11 additions & 1 deletion assets/css/main.scss
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,16 @@
@import "minimal-mistakes/skins/{{ site.minimal_mistakes_skin | default: 'default' }}"; // skin
@import "minimal-mistakes"; // main partials

#main {
max-width: 100%;
font-size: 70%;
}

.notice--warning code {
background-color: #3b312f;
color: yellow;
}

#scroll-to-top {
display: block;
position: fixed;
Expand Down Expand Up @@ -46,4 +56,4 @@
color: #00adb5;
}
}
}
}

0 comments on commit db18f3a

Please sign in to comment.