summaryrefslogtreecommitdiff
path: root/client/colors.less
diff options
context:
space:
mode:
Diffstat (limited to 'client/colors.less')
-rw-r--r--client/colors.less42
1 files changed, 42 insertions, 0 deletions
diff --git a/client/colors.less b/client/colors.less
index db572c0..4cc07cf 100644
--- a/client/colors.less
+++ b/client/colors.less
@@ -185,5 +185,47 @@ body {
text-align: center;
}
}
+ div.about-wrapper {
+ display: flex;
+ align-items: center;
+ justify-content: center;
+ height: auto;
+ max-width: 500px;
+ margin: 0 auto;
+ margin-top: 85px;
+ div.about {
+ text-align: center;
+ h1 {
+ color: #2636F9;
+ font-size: 3.5em;
+ font-weight: bold;
+ }
+ h2 {
+ margin: 30px 10px 0px 10px;
+ font-size: 2em;
+ font-weight: bold;
+ color: #333;
+ }
+ div.items {
+ display: flex;
+ align-items: center;
+ justify-content: center;
+ margin-top: 50px;
+ div.item {
+ flex: 0 0 auto;
+ margin-right: 40px;
+ text-align: left;
+ font-weight: bold;
+ div.title {
+ color: #333;
+ font-size: 1em;
+ }
+ div.content a {
+ color: #2636F9;
+ }
+ }
+ }
+ }
+ }
}
}