Update style.css
This commit is contained in:
parent
7d65a0aadd
commit
dbb2ca7bfa
|
@ -21,7 +21,6 @@ body {
|
||||||
background-color: #e1e0e2;
|
background-color: #e1e0e2;
|
||||||
color: #1e1f1d;
|
color: #1e1f1d;
|
||||||
box-sizing: border-box;
|
box-sizing: border-box;
|
||||||
animation: fadein 0.5s;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
* {
|
* {
|
||||||
|
@ -49,7 +48,7 @@ body {
|
||||||
opacity: .1;
|
opacity: .1;
|
||||||
position: absolute;
|
position: absolute;
|
||||||
right: 5rem;
|
right: 5rem;
|
||||||
z-index: -9999
|
z-index: -9999;
|
||||||
}
|
}
|
||||||
|
|
||||||
.top-border {
|
.top-border {
|
||||||
|
@ -57,36 +56,36 @@ body {
|
||||||
left: 0;
|
left: 0;
|
||||||
position: absolute;
|
position: absolute;
|
||||||
right: 0;
|
right: 0;
|
||||||
top: 0
|
top: 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
.top-logo {
|
.top-logo {
|
||||||
height: 45px;
|
height: 45px;
|
||||||
left: 5rem;
|
margin-left: 5rem;
|
||||||
position: absolute;
|
top: 0;
|
||||||
top: 0
|
|
||||||
}
|
}
|
||||||
|
|
||||||
@media screen and (min-width: 1600px) {
|
@media screen and (min-width: 1600px) {
|
||||||
.background-logo {
|
.background-logo {
|
||||||
display: block
|
display: block;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
@media screen and (min-width: 2000px) {
|
@media screen and (min-width: 2000px) {
|
||||||
.background-logo {
|
.background-logo {
|
||||||
display: none
|
display: none;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
@media screen and (max-width:64em) {
|
@media screen and (max-width: 64em) {
|
||||||
.top-logo {
|
.top-logo {
|
||||||
left: 1rem
|
margin-left: 1rem;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
main {
|
main {
|
||||||
position: relative
|
position: relative;
|
||||||
|
animation: fadein 0.5s;
|
||||||
}
|
}
|
||||||
|
|
||||||
header {
|
header {
|
||||||
|
@ -308,7 +307,7 @@ footer a>svg:hover {
|
||||||
}
|
}
|
||||||
|
|
||||||
.top-border {
|
.top-border {
|
||||||
border-top: 6px solid #e1e0e2
|
border-top: 6px solid #e1e0e2;
|
||||||
}
|
}
|
||||||
|
|
||||||
.top-logo,
|
.top-logo,
|
||||||
|
|
Loading…
Reference in New Issue
Block a user