Updated CSS and refined width-logic

This commit is contained in:
Felix Nüsse
2019-02-26 09:30:10 +01:00
parent 7cb7fc284c
commit 88ed5a0bef
2 changed files with 14 additions and 11 deletions

View File

@ -228,14 +228,19 @@ ol ol {
@media (--phone) {
padding: 20px;
}
&.full,
&.center {
border: none;
margin: 0 auto;
}
&.full {
max-width: 100%;
}
}
.full {
border-right: none;
margin: auto;
}
.half {border-right: 1px solid rgba(255, 255, 255, .1);}