/usr/share/httpd/grav/user/themes/quark/css/custom.css (1)
/* -------------------------------------------------------------------------- */
/* custom.css
/* ==========
/*
/* Project Root Server
/* Scope Native
/* Copyright (C) 2024 by RaySoft, Zurich, Switzerland
/* License GNU General Public License (GPL) 2.0
/* https://www.gnu.org/licenses/gpl2.txt
/*
/* -------------------------------------------------------------------------- */
body {
max-width: 2000px;
margin: 0 auto;
}
.header-fixed .hero {
background-position: 50% 50%;
background-repeat: no-repeat;
}
.modular-text {
padding-top: 3rem;
padding-bottom: 1rem;
}
.title-h1h2 h1 {
font-weight: 500 !important;
}
.title-h1h2 h2 {
font-weight: 400 !important;
}
.blog-listing .card .card-body h2 {
font-size: 1rem;
margin-top: 0;
}
p {
margin: 0.6rem 0 0.6rem 0;
}
ul {
list-style: disc;
}
Usage
See Grav Howto (1)