scale bookmark icons on mobile layout
This commit is contained in:
parent
729a060229
commit
a137230da1
@ -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);
|
||||
}
|
||||
}
|
Loading…
Reference in New Issue
Block a user