Skip to content

Commit

Permalink
styling..
Browse files Browse the repository at this point in the history
  • Loading branch information
cuneytsenturk committed May 23, 2023
1 parent 311b6c7 commit b291d05
Show file tree
Hide file tree
Showing 2 changed files with 33 additions and 0 deletions.
24 changes: 24 additions & 0 deletions public/css/app.css
Expand Up @@ -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%;
Expand Down Expand Up @@ -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;
}
Expand Down Expand Up @@ -65007,6 +65023,10 @@ body{
width: auto;
}

.sm\:w-full{
width: 100%;
}

.sm\:max-w-4xl{
max-width: 56rem;
}
Expand Down Expand Up @@ -65393,6 +65413,10 @@ body{
width: 50%;
}

.lg\:w-2\/5{
width: 40%;
}

.lg\:w-3\/12{
width: 25%;
}
Expand Down
9 changes: 9 additions & 0 deletions safelist.txt
Expand Up @@ -14,6 +14,8 @@ hover:text-pastel_green-600
sm:ltr:right-4
sm:rtl:left-4
sm:w-500
sm:w-2/5
sm:w-3/5
sm:min-h-500
sm:max-w-4xl
sm:space-x-4
Expand All @@ -28,6 +30,9 @@ sm:py-10
sm:ltr:pl-10
sm:rtl:pr-10
sm:mt-6
sm:w-full
sm:relative
sm:absolute
md:grid-cols-2
lg:mt-2
lg:mt-4
Expand All @@ -36,6 +41,8 @@ lg:my-12
lg:mt-4
lg:pl-6
lg:w-9
lg:w-2/5
lg:w-3/5
lg:mt-11
lg:-mx-12
lg:w-96
Expand Down Expand Up @@ -67,6 +74,8 @@ lg:h-full
lg:w-18
lg:-mt-10
lg:overflow-x-hidden
lg:relative
lg:absolute
xl:grid-cols-4
xl:w-8/12
xl:pt-6
Expand Down

0 comments on commit b291d05

Please sign in to comment.