mirror of
https://github.com/GOSTSec/gostexplr
synced 2025-09-11 05:32:09 +00:00
Flex layouting for page wrapper
This commit is contained in:
parent
58b565f65e
commit
f3aa986c33
@ -4,8 +4,16 @@
|
|||||||
|
|
||||||
body {
|
body {
|
||||||
font: 16px monospace;
|
font: 16px monospace;
|
||||||
width: 1024px;
|
}
|
||||||
margin: 0 auto 1em;
|
|
||||||
|
.page-wrapper {
|
||||||
|
display: flex;
|
||||||
|
justify-content: center;
|
||||||
|
}
|
||||||
|
|
||||||
|
.page.absolute {
|
||||||
|
display: flex;
|
||||||
|
flex-direction: column;
|
||||||
}
|
}
|
||||||
|
|
||||||
table td {
|
table td {
|
||||||
|
@ -5,6 +5,8 @@ html
|
|||||||
link(rel='stylesheet', href='/stylesheets/style.css')
|
link(rel='stylesheet', href='/stylesheets/style.css')
|
||||||
link(rel='shortcut icon', href='/favicon.ico')
|
link(rel='shortcut icon', href='/favicon.ico')
|
||||||
body
|
body
|
||||||
|
div.page-wrapper
|
||||||
|
div.page
|
||||||
div.header
|
div.header
|
||||||
h1
|
h1
|
||||||
a(href='/')
|
a(href='/')
|
||||||
|
Loading…
x
Reference in New Issue
Block a user