some refactors i think

This commit is contained in:
0x01fe 2024-03-14 13:16:03 -05:00
parent 092759e4b1
commit dcb2b6b326
3 changed files with 13 additions and 3 deletions

8
app/config.ini Normal file
View File

@ -0,0 +1,8 @@
[POSTS]
posts_folder=./posts
[STATUS]
status_file=./resources/status.text
[NETWORK]
PORT=1111

View File

@ -31,7 +31,7 @@ a:hover {
border-style: solid; border-style: solid;
border-color: #1E2022; border-color: #1E2022;
background-color: #F0F5F9; background-color: #F0F5F9;
border-radius: 5pt; border-radius: 20px;
} }
.header h1 { .header h1 {
@ -51,14 +51,16 @@ a:hover {
border-style: solid; border-style: solid;
border-color: #1E2022; border-color: #1E2022;
background-color: #F0F5F9; background-color: #F0F5F9;
border-radius: 20px;
} }
.sidebar { .sidebar {
order: 1; order: 1;
height: fit-content;
float: left; float: left;
padding: 20pt; padding: 20pt;
padding-bottom: 25%; padding-bottom: 5em;
margin: 15pt; margin: 15pt;
@ -93,7 +95,7 @@ a:hover {
margin-right: 15%; margin-right: 15%;
border-style: solid; border-style: solid;
border-radius: 10px; border-radius: 20px;
border-color: #1E2022; border-color: #1E2022;
background-color: #C9D6DF; background-color: #C9D6DF;
} }