scale bookmark icons on mobile layout
This commit is contained in:
parent
729a060229
commit
a137230da1
@ -165,3 +165,10 @@ main {
|
|||||||
|
|
||||||
border-radius: {{ .BorderRadius }};
|
border-radius: {{ .BorderRadius }};
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@media screen and (max-width: 30em) {
|
||||||
|
.bookmark {
|
||||||
|
width: calc({{ .IconWidth }} * 0.5);
|
||||||
|
height: calc({{ .IconHeight }} * 0.5);
|
||||||
|
}
|
||||||
|
}
|
Loading…
x
Reference in New Issue
Block a user