mirror of
https://github.com/CoderSherlock/CoderSherlock.github.io.git
synced 2026-06-13 08:08:10 -07:00
Updated to new theme of TeXt
This commit is contained in:
@@ -0,0 +1,21 @@
|
||||
.gallery {
|
||||
height: 100%;
|
||||
@include flexbox();
|
||||
@include flex-direction(column);
|
||||
}
|
||||
|
||||
.gallery__swiper {
|
||||
@include flex(1);
|
||||
}
|
||||
|
||||
.gallery-item {
|
||||
@include flexbox();
|
||||
@include align-items(center);
|
||||
@include justify-content(center);
|
||||
height: 100%;
|
||||
overflow: hidden;
|
||||
}
|
||||
|
||||
.gallery-item__main {
|
||||
display: block;
|
||||
}
|
||||
Reference in New Issue
Block a user