@@ -15,8 +15,8 @@ pub fn Books(
15
15
"Hemos dedicado tiempo y esfuerzo a adaptar libros al español, estamos orgullosos de compartir estos recursos, esperando que contribuyan al acceso y comprensión de valiosos conocimientos."
16
16
</p>
17
17
</div>
18
- <div class="flex flex-row justify-center items-center container mx-auto mb-28 " >
19
- <section class="w-1/2 px-10" >
18
+ <div class="flex flex-col md:flex- row justify-center items-center container mx-auto mb-16 md:mb-28 gap-4 " >
19
+ <section class="w-full md:w- 1/2 px-10" >
20
20
<div class="relative group flex flex-col gap-y-6 border border-black p-2 sm:p-6 bg-orange-100 drop-shadow-[0_0_0_rgba(0,0,0)] hover:drop-shadow-[-4px_-4px_0_rgba(0,0,0)] justify-between group transition-all transform" >
21
21
<span class="absolute top-0 end-0 inline-flex items-center size-3.5 rounded-full border-2 border-white text-xs font-medium transition-all transform -translate-y-1/2 translate-x-1/2 bg-teal-500 dark:border-slate-900 badge-container" >
22
22
<span class="sr-only text-black badge-content transition-all transform " >
@@ -37,7 +37,7 @@ pub fn Books(
37
37
</div>
38
38
</section>
39
39
40
- <section class="w-1/2 px-10" >
40
+ <section class="w-full md:w- 1/2 px-10 flex flex-col h-full " >
41
41
<div class="group flex flex-col gap-y-6 border border-black p-2 sm:p-6 bg-orange-100 drop-shadow-[0_0_0_rgba(0,0,0)] hover:drop-shadow-[-4px_-4px_0_rgba(0,0,0)] transition justify-between" >
42
42
<span class="absolute top-0 end-0 inline-flex items-center size-3.5 rounded-full border-2 border-white text-xs font-medium transition-all transform -translate-y-1/2 translate-x-1/2 bg-yellow-500 dark:border-slate-900 badge-container" >
43
43
<span class="sr-only text-black badge-content transition-all transform " >
@@ -70,8 +70,8 @@ pub fn Books(
70
70
"Estos son algunos otros libros que nos interesa compartir con ustedes."
71
71
</p>
72
72
</div>
73
- <div class="flex flex-row justify-center items-center container mx-auto" >
74
- <section class="w-1/2 px-10" >
73
+ <div class="flex flex-col md:flex- row justify-center items-center container mx-auto" >
74
+ <section class="w-full lg:w- 1/2 px-10" >
75
75
<div class="relative group flex flex-col gap-y-6 border border-black p-2 sm:p-6 bg-orange-100 drop-shadow-[0_0_0_rgba(0,0,0)] hover:drop-shadow-[-4px_-4px_0_rgba(0,0,0)] justify-between group transition-all transform" >
76
76
<h1 class="font-alfa-slab text-xl sm:text-2xl lg:text-3xl text-center mb-5" >
77
77
"Comprehensive Rust"
@@ -83,6 +83,7 @@ pub fn Books(
83
83
<ButtonLink
84
84
href="https://google.github.io/comprehensive-rust/es/index.html"
85
85
size="big"
86
+ class="max-w-fit"
86
87
>
87
88
"Ir a Comprehensive Rust"
88
89
</ButtonLink >
0 commit comments