Update style.css

This commit is contained in:
Collin 2023-06-08 23:06:48 +02:00 committed by GitHub
parent 196c1c893c
commit 28d8176b5e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,16 +1,32 @@
@media screen and (min-width: 1600px) {
body {
background: white;
font-family: 'Kanit', sans-serif;
color: #49998a;
}
.luna {
#lonapc {
text-align: left;
font-size: 250%;
color: aquamarine;
margin-left: 25%;
margin-left: 12.5%;
margin-right: auto;
text-shadow: -1px -1px 0 #0ac7a4, 1px -1px 0 #0ac7a4, -1px 1px 0 #0ac7a4, 1px 1px 0 #0ac7a4;
}
#lonamobile {
display: none;
}
.nav {
width: 95%;
margin: auto;
box-shadow: 0 0 12.5px 7.5px #49998a;
border-radius: 25px;
}
.what {
border-radius: 25px;
background-color: #a6ffef;
@ -70,19 +86,42 @@ a {
border-radius: 25px;
background-color: #49998a;
margin: 25px;
margin-bottom: 10px;
margin-top: auto;
padding: 1px;
text-align: center;
color: white;
}
}
@media screen and (max-width: 1600px) {
.luna {
body {
background: white;
font-family: 'Kanit', sans-serif;
color: #49998a;
}
#lonamobile {
font-size: 550%;
color: aquamarine;
margin-left: 25%;
margin-left: 12.5%;
text-align: left;
text-shadow: -1px -1px 0 #0ac7a4, 1px -1px 0 #0ac7a4, -1px 1px 0 #0ac7a4, 1px 1px 0 #0ac7a4;
}
#lonapc {
display: none;
}
.nav {
width: 95%;
margin: auto;
box-shadow: 0 0 12.5px 7.5px #49998a;
border-radius: 25px;
}
.what {
border-radius: 25px;
background-color: #a6ffef;
@ -149,5 +188,7 @@ a {
padding: 1px;
text-align: center;
color: white;
margin-bottom: 10px;
margin-top: auto;
}
}