forked from mirrors/hugo-theme-terminal
Updated CSS and refined width-logic
This commit is contained in:
@ -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);}
|
||||
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user