diff options
| author | Bobby <[email protected]> | 2022-11-30 22:46:54 -0500 |
|---|---|---|
| committer | Bobby <[email protected]> | 2022-11-30 22:46:54 -0500 |
| commit | dd9178f2f1917c2139f5ac4e125e686f9e84dc27 (patch) | |
| tree | 0c661b8f55816fce305f1b342c9bf932de405279 /static | |
| parent | 982bee9fc665b21f235ac457ca6e4f960275f8dc (diff) | |
| parent | 28ae5e6a05f3a2e77be10f8c68b3036f8899af25 (diff) | |
| download | thatcomputerscientist-dd9178f2f1917c2139f5ac4e125e686f9e84dc27.tar.xz thatcomputerscientist-dd9178f2f1917c2139f5ac4e125e686f9e84dc27.zip | |
Merge branch 'main' of https://github.com/luciferreeves/thatcomputerscientist
Diffstat (limited to 'static')
| -rw-r--r-- | static/css/main.css | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/static/css/main.css b/static/css/main.css index ac7d5fdc..0725ec21 100644 --- a/static/css/main.css +++ b/static/css/main.css @@ -11,6 +11,10 @@ body { text-align: center; } +.main { + padding: 10px; +} + .zoom { width: 320px; height: 160px; |
