forked from mirrors/hugo-theme-terminal
added parameter for centered view
Signed-off-by: Felix Nüsse <Felix.nuesse@t-online.de>
This commit is contained in:
@ -222,14 +222,22 @@ ol ol {
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
padding: 40px;
|
||||
border-right: 1px solid rgba(255, 255, 255, .1);
|
||||
max-width: 864px;
|
||||
min-height: 100vh;
|
||||
|
||||
@media (--phone) {
|
||||
padding: 20px;
|
||||
}
|
||||
|
||||
}
|
||||
.full {
|
||||
border-right: none;
|
||||
margin: auto;
|
||||
}
|
||||
|
||||
.half {border-right: 1px solid rgba(255, 255, 255, .1);}
|
||||
|
||||
|
||||
|
||||
.content {
|
||||
display: flex;
|
||||
|
Reference in New Issue
Block a user