diff options
author | Joris Guyonvarch | 2015-03-16 22:33:18 +0100 |
---|---|---|
committer | Joris Guyonvarch | 2015-03-16 22:33:18 +0100 |
commit | c3e8b1a4d428160976c5d9ad770763e8db02f3bc (patch) | |
tree | 071de8f8748d85a648fd24968043009c7f175f3e /design | |
parent | 1f7c3f844b3a7273f0e2f211ea00955a1ce2e0e7 (diff) |
More left and right margins in title bar
Diffstat (limited to 'design')
-rw-r--r-- | design/design.css | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/design/design.css b/design/design.css index 40eeaad..a2bf160 100644 --- a/design/design.css +++ b/design/design.css @@ -5,7 +5,7 @@ height: 150px; line-height: 150px; font-size: 70px; - padding-left: 30px; + padding-left: 50px; } .title > h1 { @@ -21,7 +21,7 @@ border-radius: 10px; font-size: 50px; margin-top: 35px; - margin-right: 30px; + margin-right: 50px; } .timers { |