Shrink bookmark icon for smaller devices (#1237)

Make the bookmark icon just slightly larger than the font size
This commit is contained in:
Andrew Bone 2018-12-04 20:30:52 +00:00 committed by Ben Halpern
parent c5e9f010d4
commit aefec87214

View file

@ -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);