i hate css

This commit is contained in:
2024-03-28 02:17:44 +02:00
parent 232e8e1a92
commit b45ab7aef5
6 changed files with 28 additions and 7 deletions

View File

@@ -1,5 +1,5 @@
body {
background: url(/static/assets/bg.gif);
color: white;
font-family: monospace;
@@ -19,7 +19,7 @@ body {
text-align: center;
width: 100%;
margin-top: 10px;
}
.titlebar {
@@ -34,7 +34,7 @@ a:link {
}
#content {
width: 60%;
width: 50%;
}
#main-pane {
@@ -71,7 +71,7 @@ a:link {
width: 100%;
}
#content-pane, #sidenav {
height: 100%;
width: 100%;
@@ -88,5 +88,5 @@ a:link {
margin-left: 10px;
}
}

View File

@@ -1,3 +1,16 @@
.post {
border: 2px solid purple;
height: 10%;
/* position: relative;
object-fit: contain; */
}
.post-img {
/* width: fit-content;
height: fit-content;
position: relative;
width: fit-content; */
}