diff --git a/_shared_assets/themes/nextcloud_com/static/styles.css b/_shared_assets/themes/nextcloud_com/static/styles.css index fc5434a98..59dbf42ce 100644 --- a/_shared_assets/themes/nextcloud_com/static/styles.css +++ b/_shared_assets/themes/nextcloud_com/static/styles.css @@ -55,6 +55,7 @@ body { h1, h2, h3 { font-weight: 300; + margin-top: 40px !important; } h1 { font-size: 45px; @@ -1142,3 +1143,15 @@ a.headerlink { li.next { float: right; } + +/* Floating image on code */ +.figure.align-right img { + margin: 0; +} +.figure.align-right { + float: right; + margin: 1em; + padding: 1em; + border: 1px solid #ccc; + background-color: #f5f5f5; +}