Commit 22ace688 authored by Jakob Moser's avatar Jakob Moser
Browse files

Adjust margins for blog entries

parent 7891b019
Loading
Loading
Loading
Loading
+6 −2
Original line number Diff line number Diff line
@@ -7,7 +7,7 @@
 * Author: personads :: Maximilian Müller-Eberstein
 * Author URI: https://personads.me/
 *
 * Version: 1.00-snapshot-33
 * Version: 1.00-snapshot-34
 * 
 * License: GNU General Public License v3.0
 * License URI: https://www.gnu.org/licenses/gpl-3.0.html
@@ -421,11 +421,15 @@ main.list {
}

main.list article {
    margin: 4em 0;
    margin: 2em 0;
    position: relative;
    box-shadow: 0px 0px 10px var(--shadow-color);
}

main.list article:first-of-type {
    margin-top: 4em;
}

main.list article > header h1 {
    padding: 0;
    position: absolute;