X-Git-Url: https://adrianiainlam.tk/git/?p=jschessclock.git;a=blobdiff_plain;f=style.css;fp=style.css;h=32f92df6f455931bfb70743658364433a19754ab;hp=1efc149f2338fd4cc88370e3987300baa3305824;hb=5902610736485bbede56f75fc13d8c54d73b2f95;hpb=6f474901d7f4d7695d354aa084021530d03d36a3 diff --git a/style.css b/style.css index 1efc149..32f92df 100644 --- a/style.css +++ b/style.css @@ -65,9 +65,41 @@ h1 { font-size: 48pt; } +.increments { + width: 650px; + display: flex; + justify-content: center; + align-items: center; + /*margin-bottom: 96pt;*/ + position: absolute; + top: 50%; + z-index: 9999; + left: 0; + right: 0; + margin-left: auto; + margin-right: auto; +} + +.increment { + width: 300pt; + font-size: 12pt; + text-align: right; +} + +#increment-left { + margin-right: 48pt; + visibility: hidden; +} + +#increment-right { + margin-right: 32pt; + visibility: hidden; +} + .indicators { width: 20pt; font-size: 20pt; + transform: scaleX(2); } .commands {