Skip to content
Snippets Groups Projects
Commit b03b979f authored by akwizgran's avatar akwizgran
Browse files

Fix styling for screenshots div.

parent 1c16f8af
No related branches found
No related tags found
1 merge request!127New site design by Ura Design
......@@ -769,7 +769,7 @@ figure img {
font-family: 'Inter 400';
}
#screenshots {
div#screenshots {
margin-top: 10px;
overflow-x: scroll;
width: 100%;
......@@ -779,12 +779,16 @@ figure img {
gap: 12px;
}
#screenshots a {
div#screenshots a {
display: inline-block;
width: 30%;
min-width: 30%;
}
div#screenshots img {
max-width: 100%;
}
.description a {
display: block;
width: min-content;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment