figure styling improvements
All checks were successful
Build / Deploy (push) Successful in 2m10s
All checks were successful
Build / Deploy (push) Successful in 2m10s
This commit is contained in:
parent
264319f217
commit
c49f497617
1 changed files with 6 additions and 4 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue