diff options
author | FivePixels <o5pxels@gmail.com> | 2020-06-25 22:14:21 -0500 |
---|---|---|
committer | FivePixels <o5pxels@gmail.com> | 2020-06-25 22:14:21 -0500 |
commit | 3afeaa0eb9c0d78e5ff55f1085b179e9a439184f (patch) | |
tree | a5b5025fd8013d7013006d0b3757e4c43b24f7d0 /assets | |
parent | 818d6fce702a13facfd1a149267324acb019b60f (diff) | |
download | personal-website-3afeaa0eb9c0d78e5ff55f1085b179e9a439184f.tar.xz personal-website-3afeaa0eb9c0d78e5ff55f1085b179e9a439184f.zip |
Add hobbies to about me, clean up the homepage
Diffstat (limited to 'assets')
-rw-r--r-- | assets/css/main.css | 18 |
1 files changed, 8 insertions, 10 deletions
diff --git a/assets/css/main.css b/assets/css/main.css index 692be68..3c3b5c2 100644 --- a/assets/css/main.css +++ b/assets/css/main.css @@ -36,6 +36,12 @@ a:active { section { padding-left: 125px; padding-bottom: 50px; + line-height: 20px; +} + +section#abstract { + float:right; + padding-right: 40%; } header { @@ -43,18 +49,10 @@ header { padding-left: 125px; } -section#quicklinks { - line-height: 40px; - -} - -section#quicklinks ul { +section ul { padding-left: 0px; list-style-type: none; -} - -section#intro { - color: black; + line-height:20px; } |