remove(vnRow): refs #6118 remove html custom elemnt
gitea/salix-front/pipeline/head This commit looks good Details

This commit is contained in:
Pablo Natek 2023-10-25 18:51:38 +02:00
parent 157a2b854e
commit d31757e63d
1 changed files with 0 additions and 8 deletions

View File

@ -45,11 +45,3 @@ body.body--dark {
.bg-vn-dark {
background-color: var(--vn-dark);
}
html [vnRow],
vnRow,
.vnRow {
@media screen and (max-width: 800px) {
flex-direction: column;
}
}