aboutsummaryrefslogtreecommitdiff
path: root/site/css
diff options
context:
space:
mode:
authorEuAndreh <eu@euandre.org>2020-01-30 22:28:23 -0300
committerEuAndreh <eu@euandre.org>2020-01-30 22:28:23 -0300
commite92c199b24145b22396c9d8f1a54b291640a11c5 (patch)
tree8322be45c870a0c309135a592cd95522e0f9f425 /site/css
parentCSS: Add minimal padding to body (diff)
downloadeuandre.org-e92c199b24145b22396c9d8f1a54b291640a11c5.tar.gz
euandre.org-e92c199b24145b22396c9d8f1a54b291640a11c5.tar.xz
CSS: Add margin to all parts of 'nav a'
Diffstat (limited to '')
-rw-r--r--site/css/styles.css2
1 files changed, 1 insertions, 1 deletions
diff --git a/site/css/styles.css b/site/css/styles.css
index e8d2347..0b195e6 100644
--- a/site/css/styles.css
+++ b/site/css/styles.css
@@ -21,7 +21,7 @@ nav {
nav a {
color: maroon;
font-size: 18px;
- margin-left: 12px;
+ margin: 12px;
text-decoration: none;
}