Skip to content

Commit

Permalink
Remove overflow on blog class
Browse files Browse the repository at this point in the history
fixes #520
  • Loading branch information
kakawait committed Oct 4, 2021
1 parent 9e4df46 commit 1a283c2
Show file tree
Hide file tree
Showing 5 changed files with 4 additions and 6 deletions.
2 changes: 1 addition & 1 deletion layouts/partials/head.html
Expand Up @@ -48,7 +48,7 @@
{{ end }}
<!--EXTERNAL STYLES END-->
<!--STYLES-->
<link rel="stylesheet" href="{{ "css/style-c5yjx2losbmkttdif4mskx5f9pqjjquywurgngxfvceyyrtyatseix5hpd.min.css" | absURL }}" />
<link rel="stylesheet" href="{{ "css/style-h6ccsoet3mzkbb0wngshlfbaweimexgqcxj0h5hu4h82olsdzz6wmqdkajm.min.css" | absURL }}" />
<!--STYLES END-->
{{ range .Site.Params.customCSS }}
{{ if isset . "href" }}
Expand Down
2 changes: 2 additions & 0 deletions src/scss/base/_base.scss
@@ -1,4 +1,6 @@
html {
width: 100%;
height: 100%;
font-family: $font-family-base;
// equal to 10px, useful to use em and rem
font-size: 10px;
Expand Down
4 changes: 0 additions & 4 deletions src/scss/layouts/_blog.scss
@@ -1,8 +1,4 @@
#blog {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
overflow-x: hidden;
}

This file was deleted.

Large diffs are not rendered by default.

0 comments on commit 1a283c2

Please sign in to comment.