Merge pull request 'fix: mobile css for posts, remove huge logo file' (#18) from style-fix into main
Reviewed-on: #18 Reviewed-by: teutat3s <teutat3s@noreply.git.pub.solar>
This commit is contained in:
commit
9dbefeada7
3 changed files with 8 additions and 2 deletions
|
@ -1 +1 @@
|
|||
'?v=3'
|
||||
'?v=4'
|
||||
|
|
BIN
img/logo.jpg
BIN
img/logo.jpg
Binary file not shown.
Before ![]() (image error) Size: 35 MiB |
|
@ -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;
|
||||
|
|
Loading…
Add table
Reference in a new issue