Small adjustments

This commit is contained in:
Hazem Krimi
2023-12-16 19:35:50 +01:00
parent 2169fcdb11
commit 9b0bc24b6b
4 changed files with 2 additions and 20 deletions
-9
View File
@@ -1,9 +0,0 @@
section img {
float: right;
}
@media only screen and (max-width: 1024px) {
section img {
display: none;
}
}
+1 -1
View File
@@ -10,7 +10,7 @@
--footer-light-background: var(--partial-light-background);
--footer-dark-background: var(--partial-dark-background);
--header-light-background: var(--partial-light-background);
--header-dark-background: #676666;
--header-dark-background: var(--partial-dark-background);
--nav-light-background: var(--partial-light-background);
--nav-dark-background: var(--partial-dark-background);
--toc-light-background: var(--partial-light-background);