diff options
author | JozanLeClerc <bousset.rudy@gmail.com> | 2020-07-07 22:15:45 +0200 |
---|---|---|
committer | JozanLeClerc <bousset.rudy@gmail.com> | 2020-07-07 22:15:45 +0200 |
commit | 65a51f56bc84628a68d97dbcc68291d0cc6c5a5d (patch) | |
tree | 34355bd9c4318de4149bc0f7b73970612bf72899 /css | |
parent | Added .gitignore (diff) | |
download | joe-www-65a51f56bc84628a68d97dbcc68291d0cc6c5a5d.tar.gz joe-www-65a51f56bc84628a68d97dbcc68291d0cc6c5a5d.tar.bz2 joe-www-65a51f56bc84628a68d97dbcc68291d0cc6c5a5d.tar.xz joe-www-65a51f56bc84628a68d97dbcc68291d0cc6c5a5d.tar.zst joe-www-65a51f56bc84628a68d97dbcc68291d0cc6c5a5d.zip |
Test for git
Diffstat (limited to 'css')
-rw-r--r-- | css/site.css | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/css/site.css b/css/site.css index 397e661..b6194d6 100644 --- a/css/site.css +++ b/css/site.css @@ -15,11 +15,11 @@ body { width: 100%; height: 100%; min-height: 100%; + font-family: sans-serif; } div.fullpage { background-color: #f5f5f5; - font-family: sans-serif; position: relative; min-height: 100%; } |