Shrink bookmark icon for smaller devices (#1237)
Make the bookmark icon just slightly larger than the font size
This commit is contained in:
parent
c5e9f010d4
commit
aefec87214
1 changed files with 7 additions and 0 deletions
|
|
@ -30,6 +30,10 @@
|
|||
font-size:calc(0.9vw + 28px);
|
||||
font-weight:500;
|
||||
}
|
||||
img {
|
||||
max-height:calc(3vw + 33px);
|
||||
max-width:calc(3vw + 33px);
|
||||
}
|
||||
}
|
||||
}
|
||||
&.readinglist-header{
|
||||
|
|
@ -100,6 +104,9 @@
|
|||
overflow-y: auto;
|
||||
h1 {
|
||||
position:relative;
|
||||
display:flex;
|
||||
justify-content:space-evenly;
|
||||
align-items:center;
|
||||
}
|
||||
a{
|
||||
color:rgb(97, 97, 97);
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue