fix gallery

This commit is contained in:
2022-06-05 14:36:59 +02:00
parent 689ce0309f
commit c63bdad999
57 changed files with 231 additions and 175 deletions

View File

@ -10,7 +10,7 @@ Grid Layout Styles
.gallery {
overflow: hidden;
margin: 10px;
max-width: 1080px;
max-width: 768px;
}
.gallery .box {
float: left;
@ -156,3 +156,13 @@ figcaption styles
figcaption p {
margin: auto; /* override style in theme */
}
figure img {
max-width: 100%;
}
figure figcaption a {
position: relative;
color: #CCC;
/* text-decoration: none; */
}