diff options
Diffstat (limited to 'src/static')
-rw-r--r-- | src/static/site4.css | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/src/static/site4.css b/src/static/site4.css index 8fb7176a..40516e78 100644 --- a/src/static/site4.css +++ b/src/static/site4.css @@ -568,6 +568,13 @@ p .current { margin-top: 5px; } +.commentary-art { + float: right; + width: 30%; + max-width: 250px; + margin: 15px 0 10px 20px; +} + .js-hide, .js-show-once-data, .js-hide-once-data { @@ -1288,6 +1295,10 @@ html[data-url-key="localized.home"] .carousel-container { animation-delay: 125ms; } +h3.content-heading { + clear: both; +} + /* This animation's name is referenced in JavaScript */ @keyframes highlight-hash-link { 0% { |