Merge pull request #24826 from Arhell/fix-button
fix "read more" button
This commit is contained in:
@@ -241,14 +241,13 @@ a {
|
|||||||
}
|
}
|
||||||
|
|
||||||
.fullbutton {
|
.fullbutton {
|
||||||
display: block;
|
display: inline-block;
|
||||||
margin: auto;
|
margin: auto;
|
||||||
margin-top: 2rem;
|
margin-top: 2rem;
|
||||||
width: 156px;
|
|
||||||
background-color: #0662EE;
|
background-color: #0662EE;
|
||||||
color: white;
|
color: white;
|
||||||
font-size: 18px;
|
font-size: 18px;
|
||||||
padding: 2%;
|
padding: 2% 2.5%;
|
||||||
letter-spacing: 0.07em;
|
letter-spacing: 0.07em;
|
||||||
font-weight: bold;
|
font-weight: bold;
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user