add photography

This commit is contained in:
2024-10-07 21:42:25 +00:00
parent ebcbc7b14e
commit 2a8f919cc0
57 changed files with 354 additions and 35 deletions

View File

@@ -7,9 +7,15 @@ h1, h2, h3, h4, h5, h6, p, a, label, button, input, select, td {
}
body {
margin-left: 16px;
margin-right: 16px;
width: calc(100% - 16px - 16px);
min-height: 100vh;
max-width: 100vw;
display: grid;
grid-template-rows: auto 1fr auto;
}
main {
padding-left: 32px;
padding-right: 32px;
}
header {
@@ -34,6 +40,6 @@ nav a {
font-size: larger;
}
main {
text-align: center;
nav a[aria-current="page"] {
text-decoration: underline;
}