responsive compatibility controlled

This commit is contained in:
Burak Civan
2022-10-31 17:41:30 +03:00
parent a308bd3119
commit 4bea0a82e2
10 changed files with 43 additions and 39 deletions

42
public/css/app.css vendored
View File

@@ -7404,30 +7404,30 @@ button, input, optgroup, select, textarea{
width: -moz-fit-content;
width: fit-content;
}
.w-5\/12{
width: 41.666667%;
.w-8\/12{
width: 66.666667%;
}
.w-4\/12{
width: 33.333333%;
}
.w-3\/12{
width: 25%;
}
.w-6\/12{
width: 50%;
}
.w-3\/12{
width: 25%;
}
.w-2\/12{
width: 16.666667%;
}
.w-9\/12{
width: 75%;
}
.w-8\/12{
width: 66.666667%;
}
.w-7\/12{
width: 58.333333%;
}
.w-5\/12{
width: 41.666667%;
}
.w-1\/2{
width: 50%;
}
@@ -50883,10 +50883,6 @@ body{
margin-top: -6rem;
}
.sm\:mt-10{
margin-top: 2.5rem;
}
.sm\:mt-2{
margin-top: 0.5rem;
}
@@ -50895,6 +50891,14 @@ body{
margin-top: 0px;
}
.sm\:mb-5{
margin-bottom: 1.25rem;
}
.sm\:ml-8{
margin-left: 2rem;
}
.sm\:block{
display: block;
}
@@ -50921,14 +50925,14 @@ body{
width: 50%;
}
.sm\:w-3\/12{
width: 25%;
}
.sm\:w-5\/12{
width: 41.666667%;
}
.sm\:w-3\/12{
width: 25%;
}
.sm\:w-4\/12{
width: 33.333333%;
}
@@ -51030,9 +51034,9 @@ body{
border-left-width: calc(2px * calc(1 - var(--tw-divide-x-reverse)));
}
.sm\:px-8{
padding-left: 2rem;
padding-right: 2rem;
.sm\:px-0{
padding-left: 0px;
padding-right: 0px;
}
.sm\:text-6xl{