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

Merge branch 'feature/154-restrict-images-to-max-width' into 'main'

Resolve "Restrict images to max width"

Closes #154

See merge request !152
parents 3b423705 adba4d65
No related branches found
No related tags found
1 merge request!152Resolve "Restrict images to max width"
Pipeline #61595 passed
......@@ -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%;
}
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