Skip to content

Commit

Permalink
Fix content margin
Browse files Browse the repository at this point in the history
  • Loading branch information
Djordje Atlialp committed Mar 5, 2020
1 parent 79fef67 commit 0877768
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions assets/scss/_main.scss
Expand Up @@ -257,7 +257,7 @@ ol ol {
flex: 1 auto;
align-items: center;
justify-content: center;
margin: 50px 0;
margin: 0;

@media #{$media-size-phone} {
margin-top: 0;
Expand Down Expand Up @@ -317,11 +317,11 @@ hr {
font-size: 0.875rem;
font-weight: bold;
height: auto;
width: auto;
top: 5px;
left: 5px;
line-height: normal;
padding: 15px 23px 14px;
text-decoration: none;
top: 5px;
width: auto;
z-index: 100000;
}

0 comments on commit 0877768

Please sign in to comment.