aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Phillips <david@sighup.nz>2016-11-03 00:14:15 +1300
committerDavid Phillips <david@sighup.nz>2016-11-03 00:14:15 +1300
commitdc05deacf14d9dbc79861e1697b4a0672dcd6e7c (patch)
treec2ae0de69556738fe14f9a606cc40a3ac3101fd7
parentb5c58be001a72318785b35081ff483704664b24b (diff)
downloadpetrichor-dc05deacf14d9dbc79861e1697b4a0672dcd6e7c.tar.xz
Increase size of time+date
-rw-r--r--petrichor.css6
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