GarGerry commited on
Commit
ebf6d46
·
verified ·
1 Parent(s): 2a0ea44

Update style.css

Browse files
Files changed (1) hide show
  1. style.css +4 -1
style.css CHANGED
@@ -91,7 +91,10 @@ body {
91
  border: none;
92
  margin: 0 10px;
93
  transition: background-color 0.3s;
94
- font-size: 20px; /* Modern font size */
 
 
 
95
  }
96
 
97
  #swap-btn:hover {
 
91
  border: none;
92
  margin: 0 10px;
93
  transition: background-color 0.3s;
94
+ font-size: 18px;
95
+ display: flex;
96
+ justify-content: center;
97
+ align-items: center;
98
  }
99
 
100
  #swap-btn:hover {