Browse Source

improve figure/img looks

Julia Luna 2 years ago
parent
commit
d80a0b70f9
Signed by: xenua
GPG Key ID: 6A0C04FA9A7D7582
  1. 7
      sass/style.sass

7
sass/style.sass

@ -50,9 +50,6 @@ body @@ -50,9 +50,6 @@ body
figure
max-width: 100%
margin: -1px -1px 1rem -1px
border-bottom: 1px solid silver
padding-bottom: 1rem
img
max-width: 100%
@ -63,6 +60,10 @@ body @@ -63,6 +60,10 @@ body
flex-flow: row nowrap
justify-content: space-between
gap: 2rem
padding-top: 0.5rem
padding-bottom: 0.5rem
border-bottom: 1px solid silver
margin-bottom: 1rem
a
white-space: nowrap

Loading…
Cancel
Save