Updated 42 files via CloudCannon

This commit is contained in:
CloudCannon 2020-07-28 10:06:52 +00:00
parent 768e8c19dc
commit 73ed26cd3e
42 changed files with 384 additions and 384 deletions

View file

@ -225,7 +225,7 @@ div.content img { width: 100%; height: auto; }
/* cookies */
#cookie-notice { padding: 15px; display: none; text-align: right; position: fixed; bottom: 0; width: 100%; background-color: #333; flex-wrap: wrap; justify-content: space-evenly; align-content: center; align-items: center; z-index: 1000; }
#cookie-notice p { flex: 1 0 250px; margin: 0; font-size: 12px; font-family: monospace; }
#cookie-notice p { flex: 1 0 250px; margin: 0; font-size: 12px; font-family: "Lucida Console", Monaco, monospace; }
@media only screen and (max-width: 569px) { #cookie-notice p { text-align: center; } }