css/fixes
This commit is contained in:
parent
3b6021e6c7
commit
480d7521e7
2 changed files with 5 additions and 5 deletions
|
@ -22,7 +22,7 @@
|
||||||
|
|
||||||
<header>
|
<header>
|
||||||
|
|
||||||
<section class="images">
|
<section class="banner">
|
||||||
<img class="big" src="img/vcf.svg" alt="VCF QR code.">
|
<img class="big" src="img/vcf.svg" alt="VCF QR code.">
|
||||||
<div>
|
<div>
|
||||||
<h1>Marc Beninca</h1>
|
<h1>Marc Beninca</h1>
|
||||||
|
|
|
@ -20,7 +20,7 @@ article.org, header {
|
||||||
padding-inline: .5em;
|
padding-inline: .5em;
|
||||||
}
|
}
|
||||||
header.org {
|
header.org {
|
||||||
background-color: #ddd;
|
background-color: #ccc;
|
||||||
}
|
}
|
||||||
|
|
||||||
article header {
|
article header {
|
||||||
|
@ -32,7 +32,7 @@ div.org {
|
||||||
display: flex;
|
display: flex;
|
||||||
}
|
}
|
||||||
|
|
||||||
section.images {
|
section.banner {
|
||||||
display: flex;
|
display: flex;
|
||||||
justify-content: space-between;
|
justify-content: space-between;
|
||||||
}
|
}
|
||||||
|
@ -40,7 +40,7 @@ section.images {
|
||||||
h1 { font-size: 1.15rem; }
|
h1 { font-size: 1.15rem; }
|
||||||
h2 { font-size: 1.10rem; }
|
h2 { font-size: 1.10rem; }
|
||||||
h3 { font-size: 1.05rem; }
|
h3 { font-size: 1.05rem; }
|
||||||
h1, h2, h3 {
|
h2, h3 {
|
||||||
border-radius: .25em;
|
border-radius: .25em;
|
||||||
margin-block-start: .5em;
|
margin-block-start: .5em;
|
||||||
margin-inline: .125em;
|
margin-inline: .125em;
|
||||||
|
@ -94,7 +94,7 @@ ul {
|
||||||
grid-template-columns: 1fr;
|
grid-template-columns: 1fr;
|
||||||
}
|
}
|
||||||
|
|
||||||
.images div {
|
.banner div {
|
||||||
text-align: center;
|
text-align: center;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue