diff options
author | Kyle Gunger <kgunger12@gmail.com> | 2021-10-16 17:12:32 -0400 |
---|---|---|
committer | Kyle Gunger <kgunger12@gmail.com> | 2021-10-16 17:12:32 -0400 |
commit | b8c91f08adc7bdb0095fb61a59bc03f0d568f478 (patch) | |
tree | 1c9f39c2d2c2279593d2117ef64274b561981db6 /styles/client/tablet.css | |
parent | 8f71df8341224a0898984a9bc67005fdbea9ee30 (diff) |
[Formatting] Tabs instead of spaces
Diffstat (limited to 'styles/client/tablet.css')
-rw-r--r-- | styles/client/tablet.css | 86 |
1 files changed, 43 insertions, 43 deletions
diff --git a/styles/client/tablet.css b/styles/client/tablet.css index b9b5bd1..a4f135d 100644 --- a/styles/client/tablet.css +++ b/styles/client/tablet.css @@ -1,45 +1,45 @@ @media (min-width: 600px) and (orientation: portrait) { - body { - display: flex; - - align-items: center; - justify-content: center; - } - - div.lobby { - max-width: 500px; - - display: flex; - text-align: center; - flex-direction: column; - - align-items: center; - } - - div.content { - min-width: 70vw; - min-height: 70vh; - - display: flex; - flex-direction: column; - } - - div.info { - flex-direction: row; - margin-left: 0px; - margin-top: 10px; - } - - div.settings, div.stats { - width: auto; - } - - div.settings { - margin-top: 0px; - margin-left: 10px; - } - - div.games { - flex: 4; - } + body { + display: flex; + + align-items: center; + justify-content: center; + } + + div.lobby { + max-width: 500px; + + display: flex; + text-align: center; + flex-direction: column; + + align-items: center; + } + + div.content { + min-width: 70vw; + min-height: 70vh; + + display: flex; + flex-direction: column; + } + + div.info { + flex-direction: row; + margin-left: 0px; + margin-top: 10px; + } + + div.settings, div.stats { + width: auto; + } + + div.settings { + margin-top: 0px; + margin-left: 10px; + } + + div.games { + flex: 4; + } } |