mirror of
https://github.com/Xevion/v2.xevion.dev.git
synced 2025-12-07 20:08:55 -06:00
Add photography section
This commit is contained in:
@@ -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;
|
||||
}
|
||||
@@ -16,7 +16,7 @@
|
||||
display:block;
|
||||
width:100%;
|
||||
height:auto;
|
||||
border-radius:12px
|
||||
border-radius:6px
|
||||
}
|
||||
|
||||
//.photo img[data-zoomable]:hover {
|
||||
|
||||
Reference in New Issue
Block a user