Reduce main tweet font size on mobile

This commit is contained in:
Zed 2020-11-08 02:50:03 +01:00
parent b6a49fc4cb
commit b389723bf5
2 changed files with 8 additions and 1 deletions

View File

@ -18,7 +18,7 @@
.tweet-content {
font-family: $font_3;
line-height: 1.4em;
line-height: 1.3em;
pointer-events: all;
display: inline;
}

View File

@ -23,6 +23,13 @@
font-size: 20px;
}
@media(max-width: 600px) {
.main-tweet .tweet-content {
font-size: 16px;
}
}
.reply {
background-color: var(--bg_panel);
margin-bottom: 10px;