aboutsummaryrefslogtreecommitdiff
path: root/public
diff options
context:
space:
mode:
authorBobby <[email protected]>2022-06-25 17:11:20 +0530
committerBobby <[email protected]>2022-06-25 17:11:20 +0530
commita908904bf66d7c17f6d37671e0e8fd2e84c72072 (patch)
tree08875521f1f9eeebd02789035a25f51ce96b39de /public
parent24e055fdca067965ab45d6b916597e840ab849cd (diff)
downloadthatcomputerscientist-a908904bf66d7c17f6d37671e0e8fd2e84c72072.tar.xz
thatcomputerscientist-a908904bf66d7c17f6d37671e0e8fd2e84c72072.zip
change email from account
Diffstat (limited to 'public')
-rw-r--r--public/css/main.css10
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 {