information responsive control

This commit is contained in:
Burak Civan
2022-10-17 17:13:36 +03:00
parent 9b4dfd41a6
commit 400b96af49
3 changed files with 6 additions and 5 deletions

8
public/css/app.css vendored
View File

@ -50055,6 +50055,10 @@ body{
width: 2.25rem;
}
.lg\:w-96{
width: 24rem;
}
.lg\:w-1\/2{
width: 50%;
}
@ -50135,10 +50139,6 @@ body{
width: 1rem;
}
.lg\:w-96{
width: 24rem;
}
.lg\:w-2\/4{
width: 50%;
}