Fixed centering issue
All checks were successful
Generate and upload hugo website / generate_and_uplaod_site (push) Successful in 1m25s

This commit is contained in:
Henry V Child 2025-02-24 13:15:44 +01:00
parent 2bf70b7b15
commit ccdbd8e440

View File

@ -23,7 +23,7 @@ body {
display: flex;
flex-direction: column;
align-items: flex-start;
max-width: 864px;
max-width: 60vw;
margin: 0 auto;
height: 100vh;
}
@ -45,8 +45,8 @@ main {
flex-grow: 1;
}
section {
min-width: 0;
img {
width: 100%;
}
header footer {