diff options
| author | Andrew Lee <[email protected]> | 2025-12-14 15:57:36 -0500 |
|---|---|---|
| committer | Andrew Lee <[email protected]> | 2025-12-14 15:57:36 -0500 |
| commit | 8b680990b0bb4fe3212a4f632519320191065f67 (patch) | |
| tree | 79720858bfae86e041f2c8d3b3cc168e6e8730e5 /src/styles/window.css | |
| parent | a906252380a9c041a4c2b78790506412ffd40f75 (diff) | |
| download | shiftos-archive-website-8b680990b0bb4fe3212a4f632519320191065f67.tar.gz shiftos-archive-website-8b680990b0bb4fe3212a4f632519320191065f67.tar.bz2 shiftos-archive-website-8b680990b0bb4fe3212a4f632519320191065f67.zip | |
init shifter + slideshow
Diffstat (limited to 'src/styles/window.css')
| -rw-r--r-- | src/styles/window.css | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/src/styles/window.css b/src/styles/window.css index 77c917a..8718330 100644 --- a/src/styles/window.css +++ b/src/styles/window.css @@ -107,9 +107,12 @@ background-color: var(--titlebar-control-link); } +.window-container { + margin: 1em 2%; +} + .window { font-family: var(--window-font); - margin: 1em 2%; box-shadow: inset -2px -2px var(--titlebar-colour), inset 2px 2px var(--titlebar-colour); @@ -134,7 +137,7 @@ flex-direction: row; } - .window { + .window-container { margin: 1em 20%; } } |
