Skip to content

Commit 4b4ada1

Browse files
committed
prettify
1 parent 3cbdb68 commit 4b4ada1

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

assets/css/style.css

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1198,9 +1198,9 @@ section {
11981198
font-weight: 600;
11991199
font-size: 18px;
12001200
letter-spacing: 1px;
1201-
width: 275px; /* Fixed width for the buttons */
12021201
display: inline-block;
1203-
padding: 14px 40px;
1202+
padding: 14px 10px; /* padding */
1203+
width: 250px; /* Fixed width for the buttons */
12041204
border-radius: 0px;
12051205
transition: 0.5s;
12061206
margin-top: auto;
@@ -1209,6 +1209,7 @@ section {
12091209
outline: none; /* Remove the outline */
12101210
border: none;
12111211
text-align: center;
1212+
margin-left: 5px;
12121213
}
12131214

12141215
/* Style for the container that holds the buttons */

0 commit comments

Comments
 (0)