Skip to content
Snippets Groups Projects
Commit b389723b authored by Zed's avatar Zed
Browse files

Reduce main tweet font size on mobile

parent b6a49fc4
No related branches found
No related tags found
No related merge requests found
......@@ -18,7 +18,7 @@
.tweet-content {
font-family: $font_3;
line-height: 1.4em;
line-height: 1.3em;
pointer-events: all;
display: inline;
}
......
......@@ -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;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment