mirror of
https://github.com/informaticker/network-website.git
synced 2024-11-23 18:21:58 +01:00
Update style.css
This commit is contained in:
parent
3adea149ed
commit
a5d29573a3
@ -2,7 +2,8 @@
|
||||
font-family: 'workbench';
|
||||
src: url('../assets/font.woff2') format('woff2');
|
||||
}
|
||||
body {
|
||||
@media (min-width: 600px){
|
||||
body {
|
||||
background-color: #2e2e2e;
|
||||
background-image:
|
||||
linear-gradient(to bottom,
|
||||
@ -14,6 +15,22 @@ body {
|
||||
background-repeat: repeat-y;
|
||||
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:
|
||||
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user