diff options
Diffstat (limited to 'public/assets/css/css.css')
| -rw-r--r-- | public/assets/css/css.css | 13 |
1 files changed, 12 insertions, 1 deletions
diff --git a/public/assets/css/css.css b/public/assets/css/css.css index fddad92..fc05db2 100644 --- a/public/assets/css/css.css +++ b/public/assets/css/css.css @@ -32,7 +32,7 @@ body { background: rgba(0, 0, 0, 0.5); color: #fff; transition: opacity 0.2s; - text-transform: capitalize; + text-transform: lowercase; font-variant: small-caps; } .legend .category { @@ -169,3 +169,14 @@ body { width: 100%; height: 100%; } + +/** Clocks */ + +.clocks { + display: flex; + flex-direction: row; + width: 100%; + height: calc(100vh - 12rem); + align-items: center; + justify-content: space-evenly; +} |
