Fix content margin

This commit is contained in:
Djordje Atlialp 2020-03-05 15:38:52 +01:00
parent 79fef67a81
commit 0877768267

View file

@ -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;
@ -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;
}