massive site updates
All checks were successful
Swaous.Asuscomm Build / Build-Docker-Image (push) Successful in 36s
All checks were successful
Swaous.Asuscomm Build / Build-Docker-Image (push) Successful in 36s
This commit is contained in:
@@ -22,7 +22,7 @@ body {
|
||||
background-color: rgb(65, 48, 68);
|
||||
}
|
||||
|
||||
body > div {
|
||||
body > div.card {
|
||||
max-width: 800px;
|
||||
width: 100%;
|
||||
margin-left: auto;
|
||||
@@ -95,4 +95,32 @@ a:has(img) {
|
||||
a:hover {
|
||||
background-position: 0px 100%;
|
||||
color: black;
|
||||
}
|
||||
|
||||
#actualbottom {
|
||||
background-color: black;
|
||||
color: white;
|
||||
font-size: 0.7em;
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
#bottom {
|
||||
box-shadow: 0px 0px 50px black;
|
||||
background-color: hsl(225, 30%, 26%);
|
||||
padding: 20px;
|
||||
color: white;
|
||||
}
|
||||
|
||||
#bottom > div {
|
||||
display: flex;
|
||||
flex-direction: row;
|
||||
max-width: 800px;
|
||||
margin-left: auto;
|
||||
margin-right: auto;
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
#bottom > div > div {
|
||||
padding: 50px;
|
||||
box-sizing: border-box;
|
||||
}
|
||||
Reference in New Issue
Block a user