diff options
| author | Kai Gunger <kgunger12@gmail.com> | 2025-12-20 17:41:40 -0500 |
|---|---|---|
| committer | Kai Gunger <kgunger12@gmail.com> | 2025-12-20 17:41:40 -0500 |
| commit | b86113fcba3c27635ae0ce31f139a1bc11b8a786 (patch) | |
| tree | 93f380971493f4afda707d5795fbc8606a1c86f0 /styles/main.css | |
| parent | 0e1d2882487451cb69b31b0a5a09940ea6b6aa2a (diff) | |
Diffstat (limited to 'styles/main.css')
| -rw-r--r-- | styles/main.css | 22 |
1 files changed, 0 insertions, 22 deletions
diff --git a/styles/main.css b/styles/main.css index cd73155..b37552e 100644 --- a/styles/main.css +++ b/styles/main.css @@ -70,25 +70,3 @@ content { margin-right: 50px; margin-bottom:50px; } - -log { - padding: 5px; - display: flex; - flex-direction: column; - align-items: center; - position: absolute; - width: 90%; - height: 20vh; - left: 5%; - bottom: 5vw; - border-radius: 3px; - background-color: white; - overflow: scroll; -} - -log entry { - display: block; - width: 90%; - border: 2px solid gray; - border-radius: 5px; -}
\ No newline at end of file |