Skip to content

Commit

Permalink
fix: style mobile text width
Browse files Browse the repository at this point in the history
  • Loading branch information
0x4007 committed Jun 18, 2024
1 parent bce95fa commit 532a9a2
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion static/code/css/ubq.css
Original file line number Diff line number Diff line change
Expand Up @@ -505,6 +505,7 @@ h3 {
box-sizing: inherit;
margin-top: 23px;
line-height: 1.25;
max-width: calc(100vw - 16px);
}
p {
color: #bfbfbf;
Expand All @@ -519,6 +520,8 @@ p {
font-size: 20px;
line-height: 31px;
margin-top: 17px;
max-width: calc(100vw - 16px);
margin: 17px 8px 0;
}
#Overview > article > div > div:nth-child(odd) {
padding: 5% 0 5% 10%;
Expand Down Expand Up @@ -925,7 +928,7 @@ body.social main#Spreads {
/* vertical-align: middle; */
text-align: center;
/* display: inline-block; */
padding: 32px;
/* padding: 32px; */
}
#Intro {
background-image: url("../../image/grid-25.png");
Expand Down

0 comments on commit 532a9a2

Please sign in to comment.