We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e399107 commit 4189326Copy full SHA for 4189326
verviers/src/scss/main.scss
@@ -107,7 +107,7 @@ h1 {
107
display: block;
108
max-width: 650px;
109
width: 100%;
110
- height: 100%;
+ height: 100% !important;
111
font-weight: 400;
112
text-decoration: none;
113
font-size: 0;
@@ -133,9 +133,10 @@ h1 {
133
bottom: 0;
134
right: 0;
135
border-radius: 50px 0;
136
- align-self: anchor-center;
137
background: none;
138
font-family: Alexandria, sans-serif;
+ height: 100%;
139
+ align-content: center;
140
141
@media screen and (max-width: 500px) {
142
display: none;
0 commit comments