We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3cbdb68 commit 4b4ada1Copy full SHA for 4b4ada1
assets/css/style.css
@@ -1198,9 +1198,9 @@ section {
1198
font-weight: 600;
1199
font-size: 18px;
1200
letter-spacing: 1px;
1201
- width: 275px; /* Fixed width for the buttons */
1202
display: inline-block;
1203
- padding: 14px 40px;
+ padding: 14px 10px; /* padding */
+ width: 250px; /* Fixed width for the buttons */
1204
border-radius: 0px;
1205
transition: 0.5s;
1206
margin-top: auto;
@@ -1209,6 +1209,7 @@ section {
1209
outline: none; /* Remove the outline */
1210
border: none;
1211
text-align: center;
1212
+ margin-left: 5px;
1213
}
1214
1215
/* Style for the container that holds the buttons */
0 commit comments