Skip to content

Commit

Permalink
Languages shouldn't follow scrolling.
Browse files Browse the repository at this point in the history
  • Loading branch information
brndnmtthws committed Jan 19, 2018
1 parent 9b09ed9 commit cc23601
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions assets/css/style.scss
Expand Up @@ -33,7 +33,7 @@ html {
.languages {
overflow: hidden;
background-color: #333;
position: fixed;
position: absolute;
top: 0;
right: 0;
width: 80px;
Expand All @@ -60,7 +60,7 @@ html {
}

body {
padding:50px 0;
padding:40px 0;
margin:0;
font-size: 14px/1.5;
font-family: 'Lato', sans-serif;
Expand Down

0 comments on commit cc23601

Please sign in to comment.