summaryrefslogtreecommitdiffstatshomepage
path: root/static
diff options
context:
space:
mode:
authorWolfgang Müller2022-04-09 14:51:31 +0200
committerWolfgang Müller2022-04-09 14:51:31 +0200
commitca051ddec727780a69cf69afdd33eb9456c49d6b (patch)
treeaf9251b4d34acdf499033f82b7ae3446c82284e2 /static
parent01285fe6b24c1a012025067bd09a2af54fccda2b (diff)
downloadzunzuncito-ca051ddec727780a69cf69afdd33eb9456c49d6b.tar.gz
sass: Always set margin-top for first <p> in <article>
Common elements in <article> usually have their own margin settings. In a previous CSS rule we make sure to set 'margin-top' for the first element in <article> to a lower value such that we have a consistent margin between the article header and the content itself. However, if the first element is not a <p>, no such margin change will take effect for the first <p> element. For example, if the first element is a floating <figure>, the <figure> element will have its margin modified, whilst the <p> will keep its usual settings, resulting in a very inconsistent layout. We assume that the first <p> element is at the top of the article in almost all cases, and include a new rule in this commit that applies the margin settings correctly.
Diffstat (limited to 'static')
0 files changed, 0 insertions, 0 deletions