Optimize CSS
continuous-integration/drone/push Build is passing Details
continuous-integration/drone/pr Build is passing Details

This commit is contained in:
Michel Roux 2022-09-07 17:39:57 +00:00
parent f4ca67bb24
commit edb07a1b23
1 changed files with 5 additions and 6 deletions

View File

@ -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;
}