Commit 95aa6145 by Natalia

Mobile style fix

parent ac484c0f
......@@ -11,6 +11,9 @@
@media screen and (min-width: 768px) {
max-width: 60%;
}
@media screen and (max-width: 540px) {
padding: 32px 10px;
}
.display-none {
display: none;
}
......
......@@ -29,7 +29,7 @@ body {
h1 {
font-size: 1.74rem;
line-height: 1.87rem;
margin: 12px 0 9px;
margin: 12px 0;
text-align: center;
}
p {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment