Merge pull request 'fix: mobile css for posts, remove huge logo file' () from style-fix into main

Reviewed-on: 
Reviewed-by: teutat3s <teutat3s@noreply.git.pub.solar>
This commit is contained in:
b12f 2025-01-15 18:15:53 +00:00
commit 9dbefeada7
Signed by: pub.solar gitea
GPG key ID: F0332B04B7054873
3 changed files with 8 additions and 2 deletions

View file

@ -1 +1 @@
'?v=3'
'?v=4'

Binary file not shown.

Before

(image error) Size: 35 MiB

View file

@ -431,11 +431,17 @@ h4 {
}
.mi-news {
grid-column: 1 / span 8;
grid-column: 1;
background: var(--background);
padding: 1rem;
}
@media screen and (min-width: 800px) {
.mi-news {
grid-column: 1 / span 8;
}
}
.mi-card {
background: var(--background);
position: relative;