Skip to content

Commit

Permalink
Fix: update styles.css
Browse files Browse the repository at this point in the history
  • Loading branch information
wubeZ committed Mar 18, 2024
1 parent 5a64546 commit 77a7191
Showing 1 changed file with 0 additions and 42 deletions.
42 changes: 0 additions & 42 deletions food_truck_finder/food_trucks/static/src/styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -748,34 +748,6 @@ video {
height: 100vh;
}

.h-1\/2 {
height: 50%;
}

.h-auto {
height: auto;
}

.h-\[\] {
height: ;
}

.h-\[\#\] {
height: #;
}

.h-\[100\] {
height: 100;
}

.h-\[100v\] {
height: 100v;
}

.h-\[100vh\] {
height: 100vh;
}

.w-10 {
width: 2.5rem;
}
Expand All @@ -800,11 +772,6 @@ video {
width: 100%;
}

.w-fit {
width: -moz-fit-content;
width: fit-content;
}

.max-w-80 {
max-width: 20rem;
}
Expand Down Expand Up @@ -941,10 +908,6 @@ video {
border-width: 2px;
}

.border {
border-width: 1px;
}

.border-b {
border-bottom-width: 1px;
}
Expand All @@ -958,11 +921,6 @@ video {
border-color: rgb(226 232 240 / var(--tw-border-opacity));
}

.border-slate-500 {
--tw-border-opacity: 1;
border-color: rgb(100 116 139 / var(--tw-border-opacity));
}

.bg-\[\#f0f0f0\] {
--tw-bg-opacity: 1;
background-color: rgb(240 240 240 / var(--tw-bg-opacity));
Expand Down

0 comments on commit 77a7191

Please sign in to comment.