summaryrefslogtreecommitdiff
path: root/static/main.css
diff options
context:
space:
mode:
Diffstat (limited to 'static/main.css')
-rw-r--r--static/main.css20
1 files changed, 18 insertions, 2 deletions
diff --git a/static/main.css b/static/main.css
index 85292fb..7cc478c 100644
--- a/static/main.css
+++ b/static/main.css
@@ -69,7 +69,7 @@ table {
padding: 10px;
width: 32%;
min-height: 200px;
- margin: 0.8%;
+ margin: 0.6%;
border: gray 1px solid; }
.gallery-element:hover {
@@ -89,7 +89,7 @@ table {
animation-duration: 6s;
animation-iteration-count: 1;
position: fixed;
- bottom: 10px;
+ bottom: 60px;
text-align: center;
animation-fill-mode: forwards; }
@@ -121,4 +121,20 @@ a {
color: inherit;
text-decoration: inherit; }
+.footer {
+ border-top: 1px black solid;
+ bottom: 0;
+ position: fixed;
+ text-align: center;
+ height: 50px;
+ width: 100%;
+ margin: 0;
+ background: #e2e1e1; }
+
+body {
+ padding-bottom: 50px; }
+
+b {
+ font-weight: 500; }
+
/*# sourceMappingURL=main.css.map */