|
|
@ -1,5 +1,10 @@ |
|
|
|
|
|
|
|
.grid-cols-course-tools { |
|
|
|
|
|
|
|
@apply flex flex-wrap gap-y-8 justify-between; |
|
|
|
|
|
|
|
column-gap: min(32px, 100%); |
|
|
|
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
.course-tool { |
|
|
|
.course-tool { |
|
|
|
@apply flex flex-col gap-4 relative; |
|
|
|
@apply flex flex-col flex-none gap-4 relative w-[120px]; |
|
|
|
|
|
|
|
|
|
|
|
&__link { |
|
|
|
&__link { |
|
|
|
@apply border border-solid border-gray-30 rounded-lg flex place-items-center justify-center shadow-lg w-[7.5rem] h-[7.5rem]; |
|
|
|
@apply border border-solid border-gray-30 rounded-lg flex place-items-center justify-center shadow-lg w-[7.5rem] h-[7.5rem]; |
|
|
|