diff options
| author | LLLL Colonq <llll@colonq> | 2024-03-29 00:59:53 -0400 |
|---|---|---|
| committer | LLLL Colonq <llll@colonq> | 2024-03-29 00:59:53 -0400 |
| commit | 70d50561b19b4161b85ec1b00c31e5678502688b (patch) | |
| tree | 39365fd96e0021c8caa9500624664b846a4e020c /fig-frontend-client/main.css | |
| parent | dec476ab9b8602225964cfa534bb004676ff6419 (diff) | |
Update catchphrases
Diffstat (limited to 'fig-frontend-client/main.css')
| -rw-r--r-- | fig-frontend-client/main.css | 14 |
1 files changed, 5 insertions, 9 deletions
diff --git a/fig-frontend-client/main.css b/fig-frontend-client/main.css index 22368c3..3305e19 100644 --- a/fig-frontend-client/main.css +++ b/fig-frontend-client/main.css @@ -50,6 +50,8 @@ body { #lcolonq-subtitle { font-size: 5vw; margin-top: -5vw; + margin-right: 12vw; + text-align: right; } #lcolonq-header { @@ -98,16 +100,10 @@ body { #lcolonq-canvas { position: absolute; - top: 0px; - bottom: 0px; + bottom: 2rem; left: 0px; - right: 0px; - width: 100%; - height: 100%; -} - -button { - color: red; + width: 832px; + height: 832px; } .right { |
