Compare commits

...

3 Commits

Author SHA1 Message Date
Alexander Avery 8f759f9bad merge from master 3 months ago
Alexander Avery 9077674770 make featured image max-width 100% 4 months ago
Alexander Avery 56b0a61011 Squashed commit of the following: 5 months ago
  1. 1
      assets/sass/main.scss

1
assets/sass/main.scss

@ -89,6 +89,7 @@ img {
img.featured {
border-radius: 8px;
max-height: 500px;
max-width: 100%;
display: block;
}

Loading…
Cancel
Save