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.
2 parents dc39c99 + 770f220 commit b483be7Copy full SHA for b483be7
website/styles/style.css
@@ -166,6 +166,14 @@ a {
166
167
#defaultButton {
168
margin-top: 12px;
169
+ margin-bottom: -2px;
170
+ display: flex;
171
+ align-items: center;
172
+ justify-content: center;
173
+}
174
+
175
+#defaultButton img {
176
+ margin: auto;
177
}
178
179
/* Apply inversion only to specific elements */
@@ -1098,7 +1106,6 @@ input {
1098
1106
1099
1107
.small a{
1100
1108
width: fit-content;
1101
- border-bottom: 1px solid rgba(255, 255, 255, 0);
1102
1109
1103
1110
1104
1111
.small a:hover {
0 commit comments