We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 41c461f + af5ca5a commit abffdb8Copy full SHA for abffdb8
1 file changed
client/src/pages/conf/conf.module.css
@@ -775,7 +775,11 @@
775
.streamCtaButton {
776
width: 100%;
777
max-width: 420px;
778
- padding: 40px 60px 0;
+ padding: 12px 18px;
779
+ font-size: 14px;
780
+ line-height: 1.3;
781
+ white-space: normal;
782
+ text-wrap: balance;
783
}
784
785
@@ -1021,7 +1025,7 @@
1021
1025
1022
1026
1023
1027
.newsMoreButton {
1024
- padding: 10px 20px;
1028
+ padding: 10px 18px;
1029
background: #0078d4;
1030
border-radius: 8px;
1031
justify-content: center;
@@ -1030,7 +1034,7 @@
1034
display: inline-flex;
1035
text-align: center;
1032
1036
color: white;
1033
- font-size: 20px;
1037
1038
font-weight: 700;
1039
word-wrap: break-word;
1040
0 commit comments