diff options
Diffstat (limited to 'assets/css/main.css')
-rw-r--r-- | assets/css/main.css | 21 |
1 files changed, 19 insertions, 2 deletions
diff --git a/assets/css/main.css b/assets/css/main.css index 934e91b..792f1f6 100644 --- a/assets/css/main.css +++ b/assets/css/main.css | |||
@@ -42,16 +42,33 @@ footer { | |||
42 | position:relative; | 42 | position:relative; |
43 | } | 43 | } |
44 | 44 | ||
45 | .poweredby, | ||
45 | .copyright { | 46 | .copyright { |
46 | background: #00000055; | ||
47 | position: absolute; | 47 | position: absolute; |
48 | left: 0; | 48 | left: 0; |
49 | bottom: 0; | ||
50 | width: 100%; | 49 | width: 100%; |
51 | padding: 1rem; | 50 | padding: 1rem; |
52 | text-align: center; | 51 | text-align: center; |
53 | } | 52 | } |
54 | 53 | ||
54 | .poweredby { | ||
55 | background: #00000055; | ||
56 | bottom: 0; | ||
57 | padding: .5rem; | ||
58 | } | ||
59 | |||
60 | .copyright { | ||
61 | background: #00000022; | ||
62 | bottom: 50px; | ||
63 | } | ||
64 | |||
55 | .post { | 65 | .post { |
56 | margin-bottom: 1em; | 66 | margin-bottom: 1em; |
57 | } | 67 | } |
68 | |||
69 | .wordmark { | ||
70 | font-size: 2em; | ||
71 | text-transform: uppercase; | ||
72 | font-weight: 600; | ||
73 | } | ||
74 | |||