aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEuAndreh <eu@euandre.org>2021-02-21 21:39:54 -0300
committerEuAndreh <eu@euandre.org>2021-02-21 21:39:54 -0300
commitc0980754e7bcdbd7e7fc88d9c15f36ae536cacd2 (patch)
tree0cf8db7c1e7ba8f0240b79f96c30a117da83bbbb
parentaux/guix/: Add packages to fully build in CI containers (diff)
downloadeuandre.org-c0980754e7bcdbd7e7fc88d9c15f36ae536cacd2.tar.gz
euandre.org-c0980754e7bcdbd7e7fc88d9c15f36ae536cacd2.tar.xz
styles.css: Add width attribute to .simple-icon class
-rw-r--r--styles.css1
1 files changed, 1 insertions, 0 deletions
diff --git a/styles.css b/styles.css
index 2faf8ff..2b042d7 100644
--- a/styles.css
+++ b/styles.css
@@ -10,6 +10,7 @@ body {
}
.simple-icon {
+ width: 22px;
height: 22px;
vertical-align: middle;
}