mirror of
https://github.com/helenclx/leilukin-site.git
synced 2025-04-06 09:52:42 +00:00
Remove default sidebar background color and padding
This commit is contained in:
parent
f1450c8a9b
commit
87f1aafe4f
@ -14,6 +14,10 @@
|
|||||||
</aside>
|
</aside>
|
||||||
|
|
||||||
<style>
|
<style>
|
||||||
|
.content__nav {
|
||||||
|
padding-left: 0.5em;
|
||||||
|
}
|
||||||
|
|
||||||
.content__nav--title {
|
.content__nav--title {
|
||||||
font-size: 1.7rem;
|
font-size: 1.7rem;
|
||||||
}
|
}
|
||||||
|
@ -250,7 +250,7 @@ main {
|
|||||||
|
|
||||||
.content__wrapper,
|
.content__wrapper,
|
||||||
.content--divided {
|
.content--divided {
|
||||||
gap: 0.8rem;
|
gap: 1rem;
|
||||||
}
|
}
|
||||||
|
|
||||||
.content__wrapper {
|
.content__wrapper {
|
||||||
@ -259,9 +259,7 @@ main {
|
|||||||
|
|
||||||
.article,
|
.article,
|
||||||
.content:not(.content--divided),
|
.content:not(.content--divided),
|
||||||
.content__section,
|
.content__section {
|
||||||
.left-sidebar,
|
|
||||||
.right-sidebar {
|
|
||||||
padding: 1.5rem clamp(1rem, 5%, 3rem);
|
padding: 1.5rem clamp(1rem, 5%, 3rem);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user