Loading style.css +22 −1 Original line number Diff line number Diff line Loading @@ -7,7 +7,7 @@ * Author: personads :: Maximilian Müller-Eberstein (ursprüngliche Version & Design); Jakob Moser (Code-Anpassungen und Responsiveness) * Author URI: https://personads.me/ * * Version: 1.00-snapshot-37 * Version: 1.00-snapshot-38 * * License: GNU General Public License v3.0 * License URI: https://www.gnu.org/licenses/gpl-3.0.html Loading Loading @@ -422,6 +422,27 @@ main.landing section.varia { text-align: center; } /* Responsiveness for news section: Place sidebar below article if screen is to small */ @media (max-width: 570px) { main.landing section.news { grid-template-columns: 1fr; } main.landing section.news aside { border: none; margin-top: 2em; } main.landing section.news aside ul { margin-left: 0; } main.landing section.news aside .more { line-height: 30px; text-align: left; } } /* ==== Custom styles: Post listing (e.g. blog) page ==== */ main.list { padding: 0 8%; Loading Loading
style.css +22 −1 Original line number Diff line number Diff line Loading @@ -7,7 +7,7 @@ * Author: personads :: Maximilian Müller-Eberstein (ursprüngliche Version & Design); Jakob Moser (Code-Anpassungen und Responsiveness) * Author URI: https://personads.me/ * * Version: 1.00-snapshot-37 * Version: 1.00-snapshot-38 * * License: GNU General Public License v3.0 * License URI: https://www.gnu.org/licenses/gpl-3.0.html Loading Loading @@ -422,6 +422,27 @@ main.landing section.varia { text-align: center; } /* Responsiveness for news section: Place sidebar below article if screen is to small */ @media (max-width: 570px) { main.landing section.news { grid-template-columns: 1fr; } main.landing section.news aside { border: none; margin-top: 2em; } main.landing section.news aside ul { margin-left: 0; } main.landing section.news aside .more { line-height: 30px; text-align: left; } } /* ==== Custom styles: Post listing (e.g. blog) page ==== */ main.list { padding: 0 8%; Loading