diff options
Diffstat (limited to 'style.scss')
-rw-r--r-- | style.scss | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -231,6 +231,10 @@ body { padding: 1%; background-color: LightBlue; text-align: left; + img { + height: auto; + width: 100%; + } } .tags { |