Add short header page
Signed-off-by: Valentin Popov <info@valentineus.link>
This commit is contained in:
parent
b287d26c78
commit
7c2af35018
@ -32,9 +32,18 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
.navigation-header {
|
.navigation-header {
|
||||||
margin: 30px;
|
height: 100px;
|
||||||
position: fixed;
|
margin: auto;
|
||||||
|
overflow: hidden;
|
||||||
|
padding-bottom: 32px;
|
||||||
|
padding-left: 32px;
|
||||||
|
padding-right: 100px;
|
||||||
|
padding-top: 32px;
|
||||||
|
position: absolute;
|
||||||
|
text-overflow: ellipsis;
|
||||||
text-transform: uppercase;
|
text-transform: uppercase;
|
||||||
|
white-space: nowrap;
|
||||||
|
width: 100%;
|
||||||
}
|
}
|
||||||
|
|
||||||
.navigation-footer {
|
.navigation-footer {
|
||||||
|
Loading…
Reference in New Issue
Block a user