toulouse-2022: reduce cell title size on mobile (#72727)

This commit is contained in:
Thomas Jund 2022-12-22 12:10:33 +01:00 committed by Gitea
parent 0b48d5e389
commit 463c7c7e3c
1 changed files with 4 additions and 0 deletions

View File

@ -63,6 +63,10 @@ a {
text-decoration: underline;
}
%title {
@extend .h2;
}
// button
%button {
box-shadow: none !important;