fix images stretching in levels page

This commit is contained in:
Jill 2023-01-03 22:44:26 +03:00
parent 56750a8f31
commit 17a4332e24
1 changed files with 5 additions and 0 deletions

View File

@ -38,12 +38,17 @@
}
.level-right {
flex: 1 1 0px;
min-width: 0;
}
.pagination {
display: flex;
flex-direction: row;
gap: 1em;
}
img {
width: auto;
height: 100%;
}
</style>
</head>
<body style="display: flex; flex-direction: column; align-items: center; gap: 1em">