Skip to content

Commit

Permalink
Last touches
Browse files Browse the repository at this point in the history
  • Loading branch information
MooseSaeed committed Mar 31, 2022
1 parent c65dbf9 commit 8eea45e
Show file tree
Hide file tree
Showing 6 changed files with 255 additions and 75 deletions.
45 changes: 17 additions & 28 deletions public/css/app.css
Original file line number Diff line number Diff line change
Expand Up @@ -499,6 +499,12 @@ Ensure the default browser behavior of the `hidden` attribute.
.mt-8 {
margin-top: 2rem;
}
.mb-5 {
margin-bottom: 1.25rem;
}
.mb-1 {
margin-bottom: 0.25rem;
}
.mb-16 {
margin-bottom: 4rem;
}
Expand All @@ -508,9 +514,6 @@ Ensure the default browser behavior of the `hidden` attribute.
.mt-5 {
margin-top: 1.25rem;
}
.ml-5 {
margin-left: 1.25rem;
}
.block {
display: block;
}
Expand All @@ -535,9 +538,6 @@ Ensure the default browser behavior of the `hidden` attribute.
.h-44 {
height: 11rem;
}
.h-40 {
height: 10rem;
}
.h-72 {
height: 18rem;
}
Expand All @@ -547,17 +547,6 @@ Ensure the default browser behavior of the `hidden` attribute.
.h-4 {
height: 1rem;
}
.h-max {
height: -webkit-max-content;
height: -moz-max-content;
height: max-content;
}
.h-32 {
height: 8rem;
}
.h-20 {
height: 5rem;
}
.w-full {
width: 100%;
}
Expand Down Expand Up @@ -697,9 +686,6 @@ Ensure the default browser behavior of the `hidden` attribute.
.border-b {
border-bottom-width: 1px;
}
.border-l-2 {
border-left-width: 2px;
}
.border-solid {
border-style: solid;
}
Expand All @@ -711,10 +697,6 @@ Ensure the default browser behavior of the `hidden` attribute.
--tw-border-opacity: 1;
border-color: rgb(209 213 219 / var(--tw-border-opacity));
}
.border-white {
--tw-border-opacity: 1;
border-color: rgb(255 255 255 / var(--tw-border-opacity));
}
.border-b-white {
--tw-border-opacity: 1;
border-bottom-color: rgb(255 255 255 / var(--tw-border-opacity));
Expand All @@ -730,6 +712,9 @@ Ensure the default browser behavior of the `hidden` attribute.
--tw-bg-opacity: 1;
background-color: rgb(14 14 14 / var(--tw-bg-opacity));
}
.bg-blue-300\/25 {
background-color: rgb(147 197 253 / 0.25);
}
.bg-blue-300\/20 {
background-color: rgb(147 197 253 / 0.2);
}
Expand Down Expand Up @@ -890,6 +875,10 @@ Ensure the default browser behavior of the `hidden` attribute.
--tw-text-opacity: 1;
color: rgb(55 65 81 / var(--tw-text-opacity));
}
.text-red-500 {
--tw-text-opacity: 1;
color: rgb(239 68 68 / var(--tw-text-opacity));
}
.text-gray-500 {
--tw-text-opacity: 1;
color: rgb(107 114 128 / var(--tw-text-opacity));
Expand Down Expand Up @@ -1570,14 +1559,14 @@ Ensure the default browser behavior of the `hidden` attribute.
display: flex;
}

.sm\:h-full {
height: 100%;
}

.sm\:h-screen {
height: 100vh;
}

.sm\:h-full {
height: 100%;
}

.sm\:grid-cols-2 {
grid-template-columns: repeat(2, minmax(0, 1fr));
}
Expand Down
Binary file added public/images/streamerposter.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading

0 comments on commit 8eea45e

Please sign in to comment.