Updated 37 files via CloudCannon

This commit is contained in:
CloudCannon 2021-05-05 08:25:24 +00:00
parent f5ee7b9606
commit d5cea5a7ee
37 changed files with 226 additions and 46 deletions

View file

@ -109,7 +109,7 @@ body { height: 100vh; width: 100%; font-family: "Terminus", "Poppins", "Arial",
.hero .splash .splash-logo { padding: 0; margin: 0; }
@media only screen and (max-width: 759px) { .hero .splash { text-align: center; } .hero .splash div { min-width: 100%; padding: 20px 0; } .hero .splash .splash-logo { padding: 20px 0; } }
@media only screen and (max-width: 759px) { .hero .splash { text-align: center; } .hero .splash div { padding: 20px 0; } .hero .splash .splash-logo { padding: 20px 0; } }
@media only screen and (max-width: 480px) { .hero .splash .description h1 { font-size: 1.1em; } .hero .splash .description > ul .button { width: 75px; height: 75px; line-height: 75px; font-size: 55px; } }
@ -175,7 +175,7 @@ footer .footframe small .label { display: none; }
.releases .container img { width: 100%; height: 100%; object-fit: cover; border-radius: 5px; }
.streambox { text-align: center; line-height: 2em; padding: 0; }
.streambox { text-align: center; line-height: 1em; padding: 0; padding-top: 80px; }
.streamer { max-width: var(--max-width); margin: 80px auto; padding: 0 40px; text-align: center; display: flex; flex-wrap: wrap; justify-content: space-around; }

File diff suppressed because one or more lines are too long

View file

@ -109,7 +109,7 @@ body { height: 100vh; width: 100%; font-family: "Terminus", "Poppins", "Arial",
.hero .splash .splash-logo { padding: 0; margin: 0; }
@media only screen and (max-width: 759px) { .hero .splash { text-align: center; } .hero .splash div { min-width: 100%; padding: 20px 0; } .hero .splash .splash-logo { padding: 20px 0; } }
@media only screen and (max-width: 759px) { .hero .splash { text-align: center; } .hero .splash div { padding: 20px 0; } .hero .splash .splash-logo { padding: 20px 0; } }
@media only screen and (max-width: 480px) { .hero .splash .description h1 { font-size: 1.1em; } .hero .splash .description > ul .button { width: 75px; height: 75px; line-height: 75px; font-size: 55px; } }
@ -175,7 +175,7 @@ footer .footframe small .label { display: none; }
.releases .container img { width: 100%; height: 100%; object-fit: cover; border-radius: 5px; }
.streambox { text-align: center; line-height: 2em; padding: 0; }
.streambox { text-align: center; line-height: 1em; padding: 0; padding-top: 80px; }
.streamer { max-width: var(--max-width); margin: 80px auto; padding: 0 40px; text-align: center; display: flex; flex-wrap: wrap; justify-content: space-around; }

File diff suppressed because one or more lines are too long