Fix headline
This commit is contained in:
parent
8e784ce162
commit
0fbd1e59f5
@ -15,9 +15,9 @@ body {
|
|||||||
.wrapper {
|
.wrapper {
|
||||||
padding: 0;
|
padding: 0;
|
||||||
margin: 0;
|
margin: 0;
|
||||||
height: 100vh;
|
|
||||||
background: linear-gradient(160deg, #784141, #271c27);
|
background: linear-gradient(160deg, #784141, #271c27);
|
||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
|
height: 100%;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -26,7 +26,7 @@ body {
|
|||||||
align-items: center;
|
align-items: center;
|
||||||
padding: 0;
|
padding: 0;
|
||||||
margin: 0;
|
margin: 0;
|
||||||
height: 100vh;
|
height: 100%;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -266,9 +266,7 @@ input[type=text] {
|
|||||||
width: calc(100% - 40px);
|
width: calc(100% - 40px);
|
||||||
max-width: 800px;
|
max-width: 800px;
|
||||||
padding: 0 20px;
|
padding: 0 20px;
|
||||||
margin: 0 auto;
|
height: 100%;
|
||||||
overflow-y: auto;
|
|
||||||
height: 100vh;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.content-grid {
|
.content-grid {
|
||||||
@ -340,6 +338,7 @@ input[type=text] {
|
|||||||
}
|
}
|
||||||
|
|
||||||
.header-title {
|
.header-title {
|
||||||
|
position: relative;
|
||||||
font-size: 48px;
|
font-size: 48px;
|
||||||
font-weight: 200;
|
font-weight: 200;
|
||||||
color: #fff;
|
color: #fff;
|
||||||
|
Loading…
Reference in New Issue
Block a user