Responsive landing page.

This commit is contained in:
codevictory
2021-04-28 18:35:18 +03:00
parent 5b5353a091
commit 422d9e45a0
2 changed files with 37 additions and 8 deletions

View File

@@ -2,6 +2,7 @@ body {
font-family: 'Crimson Text', sans-serif;
color: #2f273e;
font-size: 1.1rem;
margin: 0px;
}
@media screen and (max-width: 600px) {
@@ -109,6 +110,11 @@ footer {
.right {
text-align: right;
.email-link {
color: blue;
text-decoration: underline;
}
}
}