forked from Decentrala/website
css #5
@ -5,9 +5,7 @@
|
|||||||
--dark-text: #ffffff;
|
--dark-text: #ffffff;
|
||||||
--dark-bg: #181715;
|
--dark-bg: #181715;
|
||||||
--dark-border: #ffffff;
|
--dark-border: #ffffff;
|
||||||
|
|
||||||
--hightlight: #72dec2;
|
--hightlight: #72dec2;
|
||||||
|
|
||||||
--border: var(--light-border);
|
--border: var(--light-border);
|
||||||
--text: var(--light-text);
|
--text: var(--light-text);
|
||||||
--bg: var(--light-bg);
|
--bg: var(--light-bg);
|
||||||
@ -106,37 +104,10 @@ a:focus {
|
|||||||
pointer-events: none;
|
pointer-events: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
@media screen and (max-height: 860px),
|
|
||||||
screen and (max-width: 1500px) {
|
|
||||||
#mesh {
|
|
||||||
display: none;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
@media screen and (max-width: 1160px) {
|
|
||||||
.sections {
|
|
||||||
display: none;
|
|
||||||
}
|
|
||||||
|
|
||||||
#sections-button {
|
|
||||||
display: block !important;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
.links {
|
.links {
|
||||||
display: flex;
|
display: flex;
|
||||||
}
|
}
|
||||||
|
|
||||||
@media screen and (max-width: 540px) {
|
|
||||||
#logo {
|
|
||||||
font-size: 2.2rem;
|
|
||||||
}
|
|
||||||
|
|
||||||
.links {
|
|
||||||
display: none;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
#sections-button {
|
#sections-button {
|
||||||
display: none;
|
display: none;
|
||||||
}
|
}
|
||||||
@ -156,8 +127,6 @@ screen and (max-width: 1500px) {
|
|||||||
display: none;
|
display: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
.copyleft a,
|
.copyleft a,
|
||||||
.sections a {
|
.sections a {
|
||||||
margin: 0 1rem 0 0;
|
margin: 0 1rem 0 0;
|
||||||
@ -182,3 +151,30 @@ button {
|
|||||||
color: var(--text);
|
color: var(--text);
|
||||||
margin: 0 2rem 0 0;
|
margin: 0 2rem 0 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@media screen and (max-height: 860px),
|
||||||
|
screen and (max-width: 1500px) {
|
||||||
|
#mesh {
|
||||||
|
display: none;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
@media screen and (max-width: 1160px) {
|
||||||
|
.sections {
|
||||||
|
display: none;
|
||||||
|
}
|
||||||
|
|
||||||
|
#sections-button {
|
||||||
|
display: block !important;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
@media screen and (max-width: 540px) {
|
||||||
|
#logo {
|
||||||
|
font-size: 2.2rem;
|
||||||
|
}
|
||||||
|
|
||||||
|
.links {
|
||||||
|
display: none;
|
||||||
|
}
|
||||||
|
}
|
Loading…
Reference in New Issue
Block a user