aboutsummaryrefslogtreecommitdiff
path: root/static/styles.css
diff options
context:
space:
mode:
Diffstat (limited to 'static/styles.css')
-rw-r--r--static/styles.css10
1 files changed, 10 insertions, 0 deletions
diff --git a/static/styles.css b/static/styles.css
index 7901d238..59bc84e9 100644
--- a/static/styles.css
+++ b/static/styles.css
@@ -50,6 +50,14 @@ code {
50code.block { 50code.block {
51 display: block; } 51 display: block; }
52 52
53.homepageicon {
54 font-size: 10em;
55}
56
57.homepageicon.right {
58 float: right;
59}
60
53a.btn { 61a.btn {
54 text-decoration: none !important; 62 text-decoration: none !important;
55 color: white !important; 63 color: white !important;
@@ -274,6 +282,8 @@ footer {
274 filter: invert(100%); } 282 filter: invert(100%); }
275 283
276.row { 284.row {
285 margin-top: 1em;
286 margin-bottom: 1em;
277 min-width: 50%; } 287 min-width: 50%; }
278 288
279header { 289header {