styling..

This commit is contained in:
Cüneyt Şentürk
2023-05-23 10:35:34 +03:00
parent 311b6c7da8
commit b291d05a6c
2 changed files with 33 additions and 0 deletions

24
public/css/app.css vendored
View File

@ -64856,6 +64856,14 @@ body{
@media (min-width: 640px){
.sm\:absolute{
position: absolute;
}
.sm\:relative{
position: relative;
}
.sm\:inset-y-1\/2{
top: 50%;
bottom: 50%;
@ -64971,10 +64979,18 @@ body{
width: 16.666667%;
}
.sm\:w-2\/5{
width: 40%;
}
.sm\:w-3\/12{
width: 25%;
}
.sm\:w-3\/5{
width: 60%;
}
.sm\:w-37{
width: 9.25rem;
}
@ -65007,6 +65023,10 @@ body{
width: auto;
}
.sm\:w-full{
width: 100%;
}
.sm\:max-w-4xl{
max-width: 56rem;
}
@ -65393,6 +65413,10 @@ body{
width: 50%;
}
.lg\:w-2\/5{
width: 40%;
}
.lg\:w-3\/12{
width: 25%;
}