aboutsummaryrefslogtreecommitdiff
path: root/styles.css
diff options
context:
space:
mode:
authorEuAndreh <eu@euandre.org>2020-02-05 16:23:08 -0300
committerEuAndreh <eu@euandre.org>2020-02-05 16:23:08 -0300
commit847789edcf135f38b27f8f6ac3a85386037e4e38 (patch)
tree1dc86f4eb6894642d503d93530717773b3815b8b /styles.css
parentRemove spelling/ (diff)
downloadeuandre.org-847789edcf135f38b27f8f6ac3a85386037e4e38.tar.gz
euandre.org-847789edcf135f38b27f8f6ac3a85386037e4e38.tar.xz
Add manual support for multiple languages
Diffstat (limited to '')
-rw-r--r--styles.css10
1 files changed, 10 insertions, 0 deletions
diff --git a/styles.css b/styles.css
index eb4bb78..94270d9 100644
--- a/styles.css
+++ b/styles.css
@@ -25,6 +25,16 @@ nav a {
text-decoration: none;
}
+nav ul, nav li {
+ display: inline;
+}
+
+nav ul li a {
+ color: black;
+ font-size: 14px;
+ margin: 6px;
+}
+
footer {
border-top: solid 2px black;
font-size: 14px;