Skip to content
Snippets Groups Projects
Commit 22ace688 authored by Jakob Moser's avatar Jakob Moser
Browse files

Adjust margins for blog entries

parent 7891b019
No related branches found
No related tags found
1 merge request!2Resolve "Rewrite theme"
......@@ -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;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment