💻 Some more styling the sidebar #100DaysOfCode R1D25
This commit is contained in:
parent
775b319173
commit
c1d521cf9c
1 changed files with 13 additions and 0 deletions
13
style.scss
13
style.scss
|
|
@ -6,6 +6,19 @@
|
||||||
padding: 0;
|
padding: 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.bd-sideboard.bg-dark {
|
||||||
|
aside {
|
||||||
|
padding: $table-cell-padding-sm;
|
||||||
|
}
|
||||||
|
header {
|
||||||
|
color: $light;
|
||||||
|
|
||||||
|
h2 {
|
||||||
|
font-size: 1.7rem;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
dl {
|
dl {
|
||||||
& > dt + dd, & > dd + dd {
|
& > dt + dd, & > dd + dd {
|
||||||
padding-left: 1em;
|
padding-left: 1em;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue