Skip to content

Commit 6953047

Browse files
committed
fix "read more" button
1 parent fe76436 commit 6953047

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

static/css/newcommunity.css

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -241,14 +241,13 @@ a {
241241
}
242242

243243
.fullbutton {
244-
display: block;
244+
display: inline-block;
245245
margin: auto;
246246
margin-top: 2rem;
247-
width: 156px;
248247
background-color: #0662EE;
249248
color: white;
250249
font-size: 18px;
251-
padding: 2%;
250+
padding: 2% 2.5%;
252251
letter-spacing: 0.07em;
253252
font-weight: bold;
254253

0 commit comments

Comments
 (0)