1
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
2022-10-18 20:02:10 +10:00
parent 75d84f7278
commit 10f0f6a2c0
3 changed files with 17 additions and 10 deletions

View File

@@ -59,6 +59,7 @@ margin-left: auto;
margin-right: auto;
margin-top: 10px;
display: flex;
margin-bottom: 10px;
}
.button {width: 150px;
@@ -84,7 +85,7 @@ h1 {
background-color: #afacac;
margin-left: auto;
margin-right: auto;
padding-bottom: 20px;
}
.ugly {
display: block;
@@ -122,4 +123,12 @@ ul {
line-height: 20px;
font-weight: 600;
}
.posts {
width: 500px;
padding-top: 20px;
padding-bottom: 20px;
background-color: hotpink;
margin-left: auto;
margin-right: auto;
text-align: center;
}