css: fixed height of start page
This commit is contained in:
parent
939b715cd5
commit
f150e7c300
@ -18,7 +18,7 @@
|
||||
.titlebox {
|
||||
&__titlebox {
|
||||
position: relative;
|
||||
margin: 120px 0;
|
||||
padding: 120px 0;
|
||||
display: flex;
|
||||
justify-content: center;
|
||||
}
|
||||
@ -39,14 +39,14 @@
|
||||
}
|
||||
&__titleborderbox2 {
|
||||
position: absolute;
|
||||
top: 40px;
|
||||
top: 160px;
|
||||
width: 720px;
|
||||
height: 120px;
|
||||
z-index: 2;
|
||||
}
|
||||
&__titleborderbox3 {
|
||||
position: absolute;
|
||||
top: 80px;
|
||||
top: 200px;
|
||||
width: 760px;
|
||||
height: 40px;
|
||||
z-index: 1;
|
||||
|
Loading…
Reference in New Issue
Block a user