mirror of
https://github.com/GOSTSec/gostexplr
synced 2025-03-13 05:51:26 +00:00
Flex layouting for page wrapper
This commit is contained in:
parent
58b565f65e
commit
f3aa986c33
@ -4,8 +4,16 @@
|
||||
|
||||
body {
|
||||
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 {
|
||||
|
@ -5,14 +5,16 @@ html
|
||||
link(rel='stylesheet', href='/stylesheets/style.css')
|
||||
link(rel='shortcut icon', href='/favicon.ico')
|
||||
body
|
||||
div.header
|
||||
h1
|
||||
a(href='/')
|
||||
img(src='/images/gostcoin-b.png')
|
||||
span GOSTcoin blockchain explorer
|
||||
div
|
||||
form(action="/search/", method="POST")
|
||||
input(type="text", name="search" placeholder="Search by transaction id, block hash/index or address", size="68")
|
||||
input(type="submit", value=">>")
|
||||
div.content
|
||||
block content
|
||||
div.page-wrapper
|
||||
div.page
|
||||
div.header
|
||||
h1
|
||||
a(href='/')
|
||||
img(src='/images/gostcoin-b.png')
|
||||
span GOSTcoin blockchain explorer
|
||||
div
|
||||
form(action="/search/", method="POST")
|
||||
input(type="text", name="search" placeholder="Search by transaction id, block hash/index or address", size="68")
|
||||
input(type="submit", value=">>")
|
||||
div.content
|
||||
block content
|
||||
|
Loading…
x
Reference in New Issue
Block a user