mirror of
https://github.com/Xevion/v2.xevion.dev.git
synced 2025-12-15 06:13:44 -06:00
Add /photography/ page
This commit is contained in:
26
_sass/photos.scss
Normal file
26
_sass/photos.scss
Normal file
@@ -0,0 +1,26 @@
|
||||
.media-grid {
|
||||
display: grid;
|
||||
grid-template-columns: repeat(auto-fill, minmax(600px, 1fr));
|
||||
grid-column-gap: 20px;
|
||||
grid-row-gap: 60px;
|
||||
align-items: center;
|
||||
justify-content: center;
|
||||
}
|
||||
|
||||
.photo {
|
||||
position: relative;
|
||||
display: block;
|
||||
}
|
||||
|
||||
.photo img {
|
||||
display:block;
|
||||
width:100%;
|
||||
height:auto;
|
||||
border-radius:12px
|
||||
}
|
||||
|
||||
//.photo img[data-zoomable]:hover {
|
||||
// transition:transform 60ms linear;
|
||||
// transform:scale(1.01);
|
||||
// box-shadow:0 6px 12px rgba(0,0,0,.14)
|
||||
//}
|
||||
Reference in New Issue
Block a user