Skip to content

Commit

Permalink
Fixing font size too small on mobile
Browse files Browse the repository at this point in the history
  • Loading branch information
cth-inni committed Aug 30, 2021
1 parent a0ff885 commit f8dc7c9
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions src/imessage.css
Original file line number Diff line number Diff line change
Expand Up @@ -5,15 +5,15 @@
display: flex;
flex-direction: column;
font-family: inherit;
font-size: 1.25rem;
font-size: inherit;
margin: 0 auto 1rem;
max-width: 600px;
padding: 0.5rem 1.5rem;
}

.chatblock .imessage p {
border-radius: 1.15rem;
line-height: 1.25;
line-height: 1.75;
max-width: 75%;
padding: 0.5rem .875rem;
position: relative;
Expand Down Expand Up @@ -135,10 +135,10 @@

.chatblock .comment {
color: #222;
font-size: 1.25rem;
font-size: 1.75rem;
line-height: 1.5;
margin-bottom: 1.25rem;
max-width: 100%;
margin: 1.25rem auto;
max-width: 90%;
padding: 0;
}

Expand All @@ -149,7 +149,7 @@
}

.chatblock .imessage {
font-size: 1.05rem;
font-size: inherit;
margin: 0 auto 1rem;
max-width: 600px;
padding: 0.25rem 0.875rem;
Expand Down Expand Up @@ -190,7 +190,7 @@
}

.chatblock .imessage .text-muted{
font-size: 12px;
font-size: 1.15rem;
margin: 5px;
}

Expand All @@ -212,7 +212,7 @@
padding: 0.5rem .875rem;
position: relative;
word-wrap: break-word;
font-size: 12px;
font-size: 1.15rem;
margin: 5px;
}
.chatblock .container-youtube{
Expand Down

0 comments on commit f8dc7c9

Please sign in to comment.