Skip to content

Commit 394c9ea

Browse files
committed
minor adjustments
1 parent 5fcdcb1 commit 394c9ea

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

css/contact.css

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -186,7 +186,7 @@ nav ul li ul li {
186186
outline: none;
187187
border: none;
188188
margin: 3px auto;
189-
border-radius: 3px;
189+
border-radius: 5px;
190190
}
191191
.contact-form .right .input:focus {
192192
outline: solid 2px var(--clr-purple);
@@ -293,6 +293,9 @@ nav ul li ul li {
293293
.contact-form .right img:nth-child(1) {
294294
max-width: 32px;
295295
}
296+
.contact-form .right button {
297+
top: .25rem;
298+
}
296299
}
297300
/* dark mode */
298301
@media screen and (prefers-color-scheme: dark) {

0 commit comments

Comments
 (0)