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,6 +2,7 @@
|
|||||||
font-family: 'workbench';
|
font-family: 'workbench';
|
||||||
src: url('../assets/font.woff2') format('woff2');
|
src: url('../assets/font.woff2') format('woff2');
|
||||||
}
|
}
|
||||||
|
@media (min-width: 600px){
|
||||||
body {
|
body {
|
||||||
background-color: #2e2e2e;
|
background-color: #2e2e2e;
|
||||||
background-image:
|
background-image:
|
||||||
@ -15,6 +16,22 @@ body {
|
|||||||
margin: 0;
|
margin: 0;
|
||||||
font-family: 'workbench', sans-serif;
|
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 {
|
.navbar {
|
||||||
background:
|
background:
|
||||||
radial-gradient(
|
radial-gradient(
|
||||||
@ -77,6 +94,7 @@ body {
|
|||||||
@media (max-width: 600px) {
|
@media (max-width: 600px) {
|
||||||
.ascii-art-container {
|
.ascii-art-container {
|
||||||
top: 60% !important;
|
top: 60% !important;
|
||||||
|
text-shadow: 0 0 3px #33ccffaf !important;
|
||||||
}
|
}
|
||||||
.navbar {
|
.navbar {
|
||||||
flex-direction: column;
|
flex-direction: column;
|
||||||
|
Loading…
Reference in New Issue
Block a user