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