Commit 94d7d16e authored by Jakob Moser's avatar Jakob Moser
Browse files

Apply formatter to CSS

parent 2dba6189
Loading
Loading
Loading
Loading
+12 −5
Original line number Diff line number Diff line
@@ -7,7 +7,7 @@
 * Author: personads :: Maximilian Müller-Eberstein (ursprüngliche Version und Design); Jakob Moser (Code-Rewrite)
 * Author URI: https://personads.me/
 *
 * Version: 1.00-snapshot-47
 * Version: 1.00-snapshot-48
 * 
 * License: GNU General Public License v3.0
 * License URI: https://www.gnu.org/licenses/gpl-3.0.html
@@ -62,7 +62,9 @@ main {
}

/* By default: Let header, main and footer span the entire page */
body > header, main, body > footer {
body > header,
main,
body > footer {
    grid-column-start: 1;
    grid-column-end: 3;
}
@@ -91,7 +93,9 @@ body > aside.levitating {
}

/* -- Header (containing the menu), footer (containing copyright info), potential sidebars -- */
body > header, body > footer, body > aside h1 {
body > header,
body > footer,
body > aside h1 {
    font-family: "Inconsolata", monospace;
}

@@ -329,7 +333,9 @@ article .content h2 {
    border-width: 0px 0px 0px 2px;
}

article > header h1, article > header h3 a, .headinglike {
article > header h1,
article > header h3 a,
.headinglike {
    display: inline-block;
    padding: 0.5em;
    background-color: rgba(0, 0, 0, 0.8);
@@ -718,7 +724,8 @@ a {
    transition: text-shadow 0.2s;
}

a.box, .box-links a {
a.box,
.box-links a {
    display: inline-block;
    margin: 0.25em;
    padding: 0.3em;