Compare commits
No commits in common. "16f6e0778ac91d64a4d0bb3ab7b08b58094fc7e3" and "31ba8358d1c3fa408e3e67f3752a6610492c088c" have entirely different histories.
16f6e0778a
...
31ba8358d1
@ -276,6 +276,7 @@ article .gallery {
|
||||
justify-content:space-around;
|
||||
align-self:flex-end;
|
||||
flex-wrap:wrap;
|
||||
|
||||
margin:auto;
|
||||
margin-top:0;
|
||||
}
|
||||
@ -409,12 +410,6 @@ article.painting .container ul.metadata a {
|
||||
color:unset;
|
||||
}
|
||||
|
||||
article.painting .container ul li {
|
||||
-webkit-column-break-inside:avoid;
|
||||
page-break-inside:avoid;
|
||||
break-inside:avoid;
|
||||
}
|
||||
|
||||
article.painting .container .metadata span.title {
|
||||
font-variant:small-caps;
|
||||
}
|
||||
@ -856,6 +851,9 @@ article.infos h4 + p {
|
||||
}
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
@media only screen and (max-width:1200px) {
|
||||
article, article.main {
|
||||
width:95vw;
|
||||
|
Loading…
Reference in New Issue
Block a user