Skip to content
Snippets Groups Projects
Commit 2de50900 authored by Klaus-Dieter Quibeldey-Cirkel's avatar Klaus-Dieter Quibeldey-Cirkel
Browse files

restrict img width

parent f061f8a3
Branches
Tags
No related merge requests found
......@@ -81,7 +81,7 @@ mat-card-content > :first-child {
cursor: pointer;
}
user.role
.user-icon,
.mat-icon {
transform: scale(1.2);
}
......@@ -219,3 +219,9 @@ user.role
button:focus {
border: 1px solid var(--on-surface);
}
img {
display: block;
max-width: 100%;
outline: none;
}
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment