Skip to content
Snippets Groups Projects

Resolve "Restrict images to max width"

Merged Daniel Göbel requested to merge feature/154-restrict-images-to-max-width into main
1 file
+ 5
1
Compare changes
  • Side-by-side
  • Inline
+ 5
1
@@ -70,4 +70,8 @@ header {
--bs-box-shadow-lg: 0 1rem 3rem rgba(150, 150, 150, .575);
--bs-box-shadow-inset: inset 0 1px 2px rgba(150, 150, 150, .475);
--color-header: rgb(204, 129, 0);
}
\ No newline at end of file
}
img {
max-width: 100%;
}
Loading