diff options
| author | Bobby <[email protected]> | 2022-06-25 17:11:20 +0530 |
|---|---|---|
| committer | Bobby <[email protected]> | 2022-06-25 17:11:20 +0530 |
| commit | a908904bf66d7c17f6d37671e0e8fd2e84c72072 (patch) | |
| tree | 08875521f1f9eeebd02789035a25f51ce96b39de /public | |
| parent | 24e055fdca067965ab45d6b916597e840ab849cd (diff) | |
| download | thatcomputerscientist-a908904bf66d7c17f6d37671e0e8fd2e84c72072.tar.xz thatcomputerscientist-a908904bf66d7c17f6d37671e0e8fd2e84c72072.zip | |
change email from account
Diffstat (limited to 'public')
| -rw-r--r-- | public/css/main.css | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/public/css/main.css b/public/css/main.css index e83a2709..59705e9a 100644 --- a/public/css/main.css +++ b/public/css/main.css @@ -120,6 +120,16 @@ nav > ul > li { overflow-y: auto; } +.errorbox { + background-color: #ffd4bd; + padding: 20px; + border: 1px solid #191919; +} + +.errorbox > h1 { + margin-top: 0; +} + /* Optimize for phones */ @media only screen and (max-width: 480px) { body { |
