hash control for form posting

This commit is contained in:
Burak Civan
2022-10-10 13:43:28 +03:00
parent 73d0e97c3d
commit ba0e24ae94
4 changed files with 10 additions and 1 deletions

4
public/css/app.css vendored
View File

@ -50034,6 +50034,10 @@ body{
width: 20rem;
}
.lg\:w-9{
width: 2.25rem;
}
.lg\:w-8\/12{
width: 66.666667%;
}