few style

This commit is contained in:
2024-09-25 11:05:19 +02:00
parent 2949429fa4
commit fc26d77bfc
4 changed files with 38 additions and 41 deletions

View File

@ -70,10 +70,6 @@
a {
@apply text-pink-800 underline underline-offset-2 hover:transition hover:text-blue-500;
/* &:hover { */
/* @apply transition text-blue-500; */
/* } */
}
strong {

View File

@ -107,7 +107,7 @@
}
/*
! tailwindcss v3.4.12 | MIT License | https://tailwindcss.com
! tailwindcss v3.4.13 | MIT License | https://tailwindcss.com
*/
/*
@ -710,9 +710,9 @@ video {
margin-bottom: 1.25rem;
}
.my-6 {
margin-top: 1.5rem;
margin-bottom: 1.5rem;
.my-4 {
margin-top: 1rem;
margin-bottom: 1rem;
}
.mb-1 {
@ -807,6 +807,10 @@ video {
width: 180px;
}
.max-w-\[32rem\] {
max-width: 32rem;
}
.max-w-maxindex {
max-width: 100rem;
}
@ -815,20 +819,24 @@ video {
max-width: 64rem;
}
.max-w-sm {
max-width: 24rem;
}
.max-w-96 {
max-width: 24rem;
}
.max-w-\[64rem\] {
max-width: 64rem;
.max-w-\[30rem\] {
max-width: 30rem;
}
.max-w-\[48rem\] {
max-width: 48rem;
.max-w-md {
max-width: 28rem;
}
.max-w-\[32rem\] {
max-width: 32rem;
.max-w-xl {
max-width: 36rem;
}
.flex-grow {
@ -861,6 +869,10 @@ video {
flex-direction: row;
}
.flex-col {
flex-direction: column;
}
.place-content-center {
place-content: center;
}
@ -960,14 +972,14 @@ video {
background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}
.fill-blue-950 {
fill: #0b2746;
}
.fill-blue-900 {
fill: #103e6a;
}
.fill-blue-950 {
fill: #0b2746;
}
.p-0 {
padding: 0px;
}
@ -999,11 +1011,6 @@ video {
padding-bottom: 0.5rem;
}
.py-5 {
padding-top: 1.25rem;
padding-bottom: 1.25rem;
}
.pr-3 {
padding-right: 0.75rem;
}
@ -1123,11 +1130,6 @@ video {
color: rgb(30 41 59 / var(--tw-text-opacity));
}
.text-blue-800 {
--tw-text-opacity: 1;
color: rgb(12 73 128 / var(--tw-text-opacity));
}
.no-underline {
text-decoration-line: none;
}
@ -1155,12 +1157,6 @@ a:hover {
transition-duration: 150ms;
}
a {
/* &:hover { */
/* @apply transition text-blue-500; */
/* } */
}
strong {
font-weight: 500;
}
@ -1811,17 +1807,17 @@ article a:visited {
fill: #42a6f0;
}
.hover\:text-blue-400:hover {
--tw-text-opacity: 1;
color: rgb(66 166 240 / var(--tw-text-opacity));
}
@media (min-width: 640px) {
.sm\:my-4 {
margin-top: 1rem;
margin-bottom: 1rem;
}
.sm\:mx-auto {
margin-left: auto;
margin-right: auto;
}
.sm\:py-4 {
padding-top: 1rem;
padding-bottom: 1rem;
@ -1834,6 +1830,11 @@ article a:visited {
margin-bottom: 2rem;
}
.md\:mx-auto {
margin-left: auto;
margin-right: auto;
}
.md\:grid {
display: grid;
}