Skip to content

Commit abffdb8

Browse files
authored
Merge pull request #228 from jaydestro/v2-reorg
fixed mobile button
2 parents 41c461f + af5ca5a commit abffdb8

1 file changed

Lines changed: 7 additions & 3 deletions

File tree

client/src/pages/conf/conf.module.css

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -775,7 +775,11 @@
775775
.streamCtaButton {
776776
width: 100%;
777777
max-width: 420px;
778-
padding: 40px 60px 0;
778+
padding: 12px 18px;
779+
font-size: 14px;
780+
line-height: 1.3;
781+
white-space: normal;
782+
text-wrap: balance;
779783
}
780784
}
781785

@@ -1021,7 +1025,7 @@
10211025
}
10221026

10231027
.newsMoreButton {
1024-
padding: 10px 20px;
1028+
padding: 10px 18px;
10251029
background: #0078d4;
10261030
border-radius: 8px;
10271031
justify-content: center;
@@ -1030,7 +1034,7 @@
10301034
display: inline-flex;
10311035
text-align: center;
10321036
color: white;
1033-
font-size: 20px;
1037+
font-size: 14px;
10341038
font-weight: 700;
10351039
word-wrap: break-word;
10361040
}

0 commit comments

Comments
 (0)