Small updates

This commit is contained in:
Bashy 2025-09-23 12:04:12 +02:00
parent ffb8736de2
commit 81bc936f81
9 changed files with 23 additions and 20 deletions

View file

@ -69,11 +69,11 @@ a {
}
.scarf .logo {
width:100%;
width:21px;
bottom: 0px;
font-size: 15px;
text-align: center;
padding: 5px 0;
padding: 5px 2px;
position: absolute;
object-fit: cover;
}
@ -179,13 +179,6 @@ nav a {
color: #dcdcdf !important;
}
/* Small devices (phones, 0-576px) */
@media (max-width: 576px) {
body{
width: 400px;
}
}
@media (max-width: 768px) {
.sidebar-content {
display: none;
@ -195,6 +188,10 @@ nav a {
display: none;
}
.footer {
display: none;
}
.content {
width: calc(100% - 1em);
}
@ -286,7 +283,7 @@ img:hover {
font-style: italic;
}
/* Post - Top section */
/* Poskt - Top section */
.article {
font-size: 35px !important;
line-height: 40px !important;