Optimize CSS
This commit is contained in:
parent
f4ca67bb24
commit
edb07a1b23
@ -12,6 +12,10 @@ html, body {
|
||||
height: 100%;
|
||||
}
|
||||
|
||||
a {
|
||||
text-decoration: none;
|
||||
}
|
||||
|
||||
body {
|
||||
background-color: #2f3136;
|
||||
margin: 0;
|
||||
@ -22,10 +26,6 @@ body {
|
||||
justify-content: space-between;
|
||||
}
|
||||
|
||||
#content {
|
||||
align-self: center;
|
||||
}
|
||||
|
||||
#logo {
|
||||
position: relative;
|
||||
left: 24px;
|
||||
@ -48,6 +48,7 @@ body {
|
||||
background-color: #18191c;
|
||||
border-radius: 5px;
|
||||
box-shadow: 0 8px 16px rgba(0, 0, 0, 0.24);
|
||||
align-self: center;
|
||||
}
|
||||
|
||||
#box {
|
||||
@ -80,7 +81,6 @@ footer ul li:last-child {
|
||||
|
||||
footer ul li a {
|
||||
color: #a3a6aa;
|
||||
text-decoration: none;
|
||||
}
|
||||
|
||||
footer ul li i {
|
||||
@ -140,7 +140,6 @@ hr {
|
||||
padding: 0 16px;
|
||||
border-radius: 3px;
|
||||
color: white;
|
||||
text-decoration: none;
|
||||
display: inline-block;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user