This commit is contained in:
scotttrinh 2020-12-21 18:37:07 +00:00
parent c937e3ebcc
commit bb18369105
1 changed files with 23 additions and 0 deletions

View File

@ -510,10 +510,29 @@ video {
height: auto;
}
.bg-gray-300 {
--tw-bg-opacity: 1;
background-color: rgba(209, 213, 219, var(--tw-bg-opacity));
}
.table {
display: table;
}
.contents {
display: contents;
}
.text-4xl {
font-size: 2.25rem;
line-height: 2.5rem;
}
.py-10 {
padding-top: 2.5rem;
padding-bottom: 2.5rem;
}
* {
--tw-shadow: 0 0 #0000;
}
@ -527,6 +546,10 @@ video {
--tw-ring-shadow: 0 0 #0000;
}
.text-center {
text-align: center;
}
@-webkit-keyframes spin {
to {
transform: rotate(360deg);