Styling fixes

This commit is contained in:
Lucas Hinderberger 2020-08-14 09:41:35 +02:00
parent ade798fef4
commit ec19e18f32
2 changed files with 9 additions and 13 deletions

View file

@ -26,7 +26,7 @@ main > .container { display: flex; }
#sidebar .sidebar-close-button { display: none; position: relative; text-align: right; top: -35px; }
#sidebar .sidebar-close-button a:hover { color: red; }
article { flex: 99; padding: 50px 0; margin-left: 150px; }
article { flex: 99; padding: 50px 0; margin-left: 150px; max-width: 100%; }
article p { text-align: justify; }
article :first-child { margin-top: 0; }
@ -38,7 +38,7 @@ article h4 { font-size: 16pt; }
article h5 { font-size: 14pt; }
article h6 { font-size: 12pt; }
article blockquote, pre { background: #eee; padding: 30px; margin: 0; border-left: 5px solid #2185d0; }
article blockquote, pre { background: #eee; padding: 30px; margin: 0; border-left: 5px solid #2185d0; overflow: auto; }
article blockquote p:last-of-type { margin-bottom: 0; }
article blockquote blockquote { background: #ddd; }
article code { background: #eee; border-radius: 5px; padding: 1px 3px; }
@ -50,7 +50,7 @@ article th { background: #ddd; }
article tr:nth-of-type(2) { background: #eee; }
article hr { width: 80%; border: 1px solid #eee; }
footer { background: #f5f5f5; text-align: center; font-size: 10pt; padding: 15px 0; margin-top: 60px; }
footer { background: #f5f5f5; text-align: center; font-size: 8pt; padding: 15px; margin-top: 60px; }
.container { max-width: 1300px; margin: auto; height: 100%; }

View file

@ -74,17 +74,13 @@
</main>
<footer>
<p>
This Website by <a href="{{ urls.docsSourcesMaster }}/CONTRIBUTORS.md">The Codeberg Documentation Contributors</a> is licensed under <a href="https://creativecommons.org/licenses/by-sa/4.0/deed.en">CC-BY-SA 4.0</a>.<br>
It bundles third-party font software licensed under a different license.<br>
Please look at <a href="{{ urls.docsSourcesMaster }}/LICENSE.md">the LICENSE file</a> for details.
</p>
<p>
Codeberg and the Codeberg Logo are trademarks of Codeberg e.V.
</p>
<p>
This Website by <a href="{{ urls.docsSourcesMaster }}/CONTRIBUTORS.md">The Codeberg Documentation Contributors</a> is licensed under <a href="https://creativecommons.org/licenses/by-sa/4.0/deed.en">CC-BY-SA 4.0</a>.
It bundles third-party font software licensed under a different license.
Please look at <a href="{{ urls.docsSourcesMaster }}/LICENSE.md">the LICENSE file</a> for details.<br>
Codeberg and the Codeberg Logo are trademarks of Codeberg e.V.<br>
For Imprint, Privacy Policy and other legal notices, please refer to <a href="https://codeberg.org">https://codeberg.org</a>.
</p>
</footer>
</body>
</html>