mobile style improvements for show pages

This commit is contained in:
Cihan Şentürk
2022-11-07 16:03:38 +03:00
committed by GitHub
parent b6295dfaf5
commit 10ee80d2e3
3 changed files with 8 additions and 1 deletions

3
public/css/app.css vendored
View File

@@ -7281,6 +7281,9 @@ button, input, optgroup, select, textarea{
.min-h-0{
min-height: 0px;
}
.min-h-500{
min-height: 500px;
}
.min-h-full{
min-height: 100%;
}