diff options
author | David Phillips <david@sighup.nz> | 2016-11-03 00:14:15 +1300 |
---|---|---|
committer | David Phillips <david@sighup.nz> | 2016-11-03 00:14:15 +1300 |
commit | dc05deacf14d9dbc79861e1697b4a0672dcd6e7c (patch) | |
tree | c2ae0de69556738fe14f9a606cc40a3ac3101fd7 /petrichor.css | |
parent | b5c58be001a72318785b35081ff483704664b24b (diff) | |
download | petrichor-dc05deacf14d9dbc79861e1697b4a0672dcd6e7c.tar.xz |
Increase size of time+date
Diffstat (limited to 'petrichor.css')
-rw-r--r-- | petrichor.css | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/petrichor.css b/petrichor.css index 748d801..b717512 100644 --- a/petrichor.css +++ b/petrichor.css @@ -213,14 +213,14 @@ a.user #date { margin-top: 50px; - margin-right: 65px; - font-size: 50px; + margin-right: 55px; + font-size: 5em; } #time { margin-right: 30px; - font-size: 240px; + font-size: 20em; } #session-list |