Smaller logo

This commit is contained in:
Massimo Di Lullo 2019-09-02 12:55:09 -04:00
parent 7f240f7fe7
commit 9c9b8e57a9
2 changed files with 8 additions and 2 deletions

File diff suppressed because one or more lines are too long

View File

@ -31,6 +31,12 @@
} }
@media only screen and (max-width: 1024px) { @media only screen and (max-width: 1024px) {
header.logo-container {
img {
width: 75%;
}
}
section#splashscreen { section#splashscreen {
.splashscreen-text-container { .splashscreen-text-container {
top: 40%; top: 40%;
@ -92,7 +98,7 @@
@media only screen and (max-width: 768px) { @media only screen and (max-width: 768px) {
header.logo-container { header.logo-container {
img { img {
width: 75%; width: 50%;
} }
} }