fixed nav grid resizing differenly at low res (links with longer link text shrunk more slowly); added gallery to character pages
This commit is contained in:
@@ -2,3 +2,14 @@
|
||||
margin: auto;
|
||||
color: white;
|
||||
}
|
||||
|
||||
.gallery {
|
||||
display: grid;
|
||||
grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
|
||||
grid-column-gap: 0px;
|
||||
grid-row-gap: 0px;
|
||||
margin: auto;
|
||||
}
|
||||
|
||||
.gallery img {
|
||||
height: 200px;}
|
||||
|
||||
Reference in New Issue
Block a user