Add photography section

This commit is contained in:
Xevion
2022-02-27 01:31:38 -06:00
parent 9fda600148
commit 28bd1e19ec
34 changed files with 67 additions and 16 deletions

View File

@@ -237,4 +237,46 @@ nav a {
// Show site with proper CSS styling
html, body {
visibility: visible !important;
}
small {
opacity: 50%;
}
figure {
margin: 1em;
}
.row {
display: flex;
align-items: center;
height: 100%;
}
.column {
flex: 50%;
}
figcaption {
font-size: 70%;
opacity: 40%;
padding-left: 0.4em;
a {
text-decoration: none;
}
}
article {
img, video {
object-fit: contain;
max-width: 100%;
max-height: 100%;
display: block;
margin-left: auto;
margin-right: auto;
}
}
.text-center {
text-align: center;
}

View File

@@ -16,7 +16,7 @@
display:block;
width:100%;
height:auto;
border-radius:12px
border-radius:6px
}
//.photo img[data-zoomable]:hover {