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

View File

@ -14,6 +14,8 @@ hover:text-pastel_green-600
sm:ltr:right-4 sm:ltr:right-4
sm:rtl:left-4 sm:rtl:left-4
sm:w-500 sm:w-500
sm:w-2/5
sm:w-3/5
sm:min-h-500 sm:min-h-500
sm:max-w-4xl sm:max-w-4xl
sm:space-x-4 sm:space-x-4
@ -28,6 +30,9 @@ sm:py-10
sm:ltr:pl-10 sm:ltr:pl-10
sm:rtl:pr-10 sm:rtl:pr-10
sm:mt-6 sm:mt-6
sm:w-full
sm:relative
sm:absolute
md:grid-cols-2 md:grid-cols-2
lg:mt-2 lg:mt-2
lg:mt-4 lg:mt-4
@ -36,6 +41,8 @@ lg:my-12
lg:mt-4 lg:mt-4
lg:pl-6 lg:pl-6
lg:w-9 lg:w-9
lg:w-2/5
lg:w-3/5
lg:mt-11 lg:mt-11
lg:-mx-12 lg:-mx-12
lg:w-96 lg:w-96
@ -67,6 +74,8 @@ lg:h-full
lg:w-18 lg:w-18
lg:-mt-10 lg:-mt-10
lg:overflow-x-hidden lg:overflow-x-hidden
lg:relative
lg:absolute
xl:grid-cols-4 xl:grid-cols-4
xl:w-8/12 xl:w-8/12
xl:pt-6 xl:pt-6