scale bookmark icons on mobile layout

This commit is contained in:
Timon Ringwald 2022-05-08 22:19:44 +02:00
parent 729a060229
commit a137230da1

View File

@ -164,4 +164,11 @@ main {
background-repeat: no-repeat;
border-radius: {{ .BorderRadius }};
}
@media screen and (max-width: 30em) {
.bookmark {
width: calc({{ .IconWidth }} * 0.5);
height: calc({{ .IconHeight }} * 0.5);
}
}