Compare commits

..

No commits in common. "c56bfdc80ed44a60a4260d58c0b986137c2faa97" and "cbcb3f1c5a853b4caf01588653bb842b63cb8102" have entirely different histories.

View File

@ -1271,22 +1271,6 @@ label {
z-index: 9999;
}
.pagination ul{
display: flex;
flex-direction: row;
justify-content: center;
align-items: center;
margin-top: 20px;
}
.pagination ul li {
margin: 0 5px;
}
.pagination ul li:hover{
opacity: 0.7;
}
@media (max-width: 768px) {
.catalog-items {