dark mode update

This commit is contained in:
carodej
2020-07-09 10:56:17 +02:00
parent a43f0e6908
commit 5a9f5813c8
89 changed files with 1633 additions and 912 deletions

View File

@@ -94,6 +94,11 @@
}
@media only screen and (max-width: 690px) {
.main-header {
padding-top: 50px;
}
.features {
display: block;
@@ -106,5 +111,9 @@
}
}
}
.sign-up-button {
margin-top: 30px;
}
}
</style>