Fixed centering issue
All checks were successful
Generate and upload hugo website / generate_and_uplaod_site (push) Successful in 1m25s
All checks were successful
Generate and upload hugo website / generate_and_uplaod_site (push) Successful in 1m25s
This commit is contained in:
parent
2bf70b7b15
commit
ccdbd8e440
@ -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 {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user