fix: Update style and resize image
This commit is contained in:
@ -33,6 +33,12 @@ body
|
||||
--tile: 1rem
|
||||
font-size: .9rem
|
||||
|
||||
img
|
||||
max-width: 100%
|
||||
@media screen and (max-width: $size-small)
|
||||
max-width: calc(100% + 1rem)
|
||||
margin-left: -.5rem
|
||||
|
||||
hr
|
||||
border: 0
|
||||
border-bottom: var(--border-size) var(--border-style) var(--color-highlight)
|
||||
|
Reference in New Issue
Block a user