diff options
author | David Phillips <david@sighup.nz> | 2016-11-03 00:25:04 +1300 |
---|---|---|
committer | David Phillips <david@sighup.nz> | 2016-11-03 00:25:04 +1300 |
commit | c7b7eb100f1a04bbcd02cd0a313e1c04f5560e87 (patch) | |
tree | c2ae0de69556738fe14f9a606cc40a3ac3101fd7 /petrichor.css | |
parent | 47521f75180d9971fe94ad235ca2c695f9cb6f40 (diff) | |
parent | dc05deacf14d9dbc79861e1697b4a0672dcd6e7c (diff) | |
download | petrichor-c7b7eb100f1a04bbcd02cd0a313e1c04f5560e87.tar.xz |
Merge branch 'develop'1.1
Diffstat (limited to 'petrichor.css')
-rw-r--r-- | petrichor.css | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/petrichor.css b/petrichor.css index 025803b..b717512 100644 --- a/petrichor.css +++ b/petrichor.css @@ -207,19 +207,20 @@ a.user font-family: Roboto; text-align: right; color: #FFF; + text-shadow: 0px 0px 20px #000; } #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 |