figure styling improvements
Build / Deploy (push) Successful in 2m10s Details

This commit is contained in:
Rik Berkelder 2025-02-11 22:01:11 +01:00
parent 264319f217
commit c49f497617
1 changed files with 6 additions and 4 deletions

View File

@ -90,6 +90,12 @@ body {
}
figure {
background-color: $grey-dark;
display: inline-block;
padding: 0.5rem;
margin: 0rem 1rem;
}
.nav {
width: 100%;
@ -181,10 +187,6 @@ img {
}
}
ul.list-dash>li::before {
content: "- "
}
.flex {
display: flex;
flex-shrink: 0;