figure styling improvements
Build / Deploy (push) Successful in 2m10s
Details
Build / Deploy (push) Successful in 2m10s
Details
This commit is contained in:
parent
264319f217
commit
c49f497617
|
@ -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…
Reference in New Issue