tabs javascript function

This commit is contained in:
Burak Civan
2022-11-02 16:33:59 +03:00
parent 9a495ce457
commit a2568f91d2
6 changed files with 51 additions and 38 deletions

8
public/css/app.css vendored
View File

@ -50876,6 +50876,10 @@ body{
width: 8.333333%;
}
.lg\:w-auto{
width: auto;
}
.lg\:w-3\/12{
width: 25%;
}
@ -50940,10 +50944,6 @@ body{
width: 1rem;
}
.lg\:w-auto{
width: auto;
}
.lg\:w-2\/4{
width: 50%;
}