diff options
author | Daniel Jones <admin@danieljon.es> | 2020-02-14 23:00:45 +1030 |
---|---|---|
committer | Daniel Jones <admin@danieljon.es> | 2020-02-14 23:00:45 +1030 |
commit | d843fbae305ed599334e5b1eeadc8167876dfa4b (patch) | |
tree | 5d61ba1c3a0c9e0fd27eeed3c8e6bb9e76ec9e26 | |
parent | 234cc65861e8e113164bbfc655b71782c5ceb55a (diff) | |
download | websitegenerator-d843fbae305ed599334e5b1eeadc8167876dfa4b.tar.gz websitegenerator-d843fbae305ed599334e5b1eeadc8167876dfa4b.zip |
experiment with middle content
-rw-r--r-- | template.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/template.txt b/template.txt index 1d278aa..1b54ebc 100644 --- a/template.txt +++ b/template.txt @@ -32,7 +32,7 @@ h1,h2,h3,h4{font-family: "Agave-Regular"; padding-left: 5px;} hr{border-color: black;} div.viewing{max-width: 70%; width: 100%; display: inline-block; margin: 10px;} div.cover{display:inline-block; vertical-align: top; padding-top: 28px; padding-left: 15px; padding-bottom: 20px;} -.content{} +.content{max-width: 75%; margin: auto;} .pinned{margin-left: 10px; display: inline-block; border-width: 1px; width: auto; outline: 1px solid #000; outline-offset: 10px;} .notes{margin-left: 10px; display: inline-block; border-width: 1px; width: auto; outline: 1px solid #000; outline-offset: 10px; max-height: 300px; max-width: 500px; overflow-y:scroll;} .js-message |