Skip to content
Snippets Groups Projects
Verified Commit adba4d65 authored by Daniel Göbel's avatar Daniel Göbel
Browse files

Restrict image widths with max-width

parent 3b423705
No related branches found
No related tags found
1 merge request!152Resolve "Restrict images to max width"
...@@ -70,4 +70,8 @@ header { ...@@ -70,4 +70,8 @@ header {
--bs-box-shadow-lg: 0 1rem 3rem rgba(150, 150, 150, .575); --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); --bs-box-shadow-inset: inset 0 1px 2px rgba(150, 150, 150, .475);
--color-header: rgb(204, 129, 0); --color-header: rgb(204, 129, 0);
} }
\ No newline at end of file
img {
max-width: 100%;
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment