css: fixed height of start page

This commit is contained in:
Settel 2022-03-09 09:21:36 +01:00
parent 939b715cd5
commit f150e7c300

View File

@ -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;