Update style.css

This commit is contained in:
elijah 2024-06-05 23:30:14 +02:00
parent 3adea149ed
commit a5d29573a3

View File

@ -2,6 +2,7 @@
font-family: 'workbench';
src: url('../assets/font.woff2') format('woff2');
}
@media (min-width: 600px){
body {
background-color: #2e2e2e;
background-image:
@ -15,6 +16,22 @@ body {
margin: 0;
font-family: 'workbench', sans-serif;
}
}
@media (max-width: 600px){
body {
background-color: #2e2e2e;
background-image:
linear-gradient(to bottom,
#000000,
#1a5c008a,
#000000
);
background-size: 100% 3.5px;
background-repeat: repeat-y;
margin: 0;
font-family: 'workbench', sans-serif;
}
}
.navbar {
background:
radial-gradient(
@ -77,6 +94,7 @@ body {
@media (max-width: 600px) {
.ascii-art-container {
top: 60% !important;
text-shadow: 0 0 3px #33ccffaf !important;
}
.navbar {
flex-direction: column;