1
mirror of https://github.com/jakejarvis/jarv.is.git synced 2025-11-26 07:46:06 -05:00

clean up type definitions

This commit is contained in:
2022-01-30 22:04:25 -05:00
parent f0259dbab5
commit 7a3ea4924c
7 changed files with 13 additions and 23 deletions

View File

@@ -62,8 +62,11 @@
background-color: var(--link);
}
.btn_submit .send_icon {
margin-right: var(--rounded-edge-radius);
.send_icon {
width: 1.2em;
height: 1.2em;
vertical-align: -0.2em;
margin-right: 0.4em;
}
.result_icon {