1
0
Fork 0
mirror of https://github.com/muerwre/vault-frontend.git synced 2025-04-24 20:36:40 +07:00

improve cell text appearance

This commit is contained in:
Fedor Katurov 2025-02-07 02:42:45 +07:00
parent b257e9b5d9
commit 24c66ccfdb
5 changed files with 61 additions and 24 deletions

View file

@ -1,11 +1,5 @@
@import 'src/styles/variables';
@mixin mobile {
@media (max-width: $cell * 2) {
@content;
}
}
.cell {
&.horizontal,
&.quadro {