Fix content margin
This commit is contained in:
parent
79fef67a81
commit
0877768267
1 changed files with 3 additions and 3 deletions
|
@ -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;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue