Skip to content

Commit 796487c

Browse files
Fix
1 parent 0947879 commit 796487c

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

backend/static/js/main.bundle.js

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

backend/static/js/main.bundle.js.gz

1 Byte
Binary file not shown.

backend/templates/pages/home.html

+4-4
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ <h2 class="mb-4 text-2xl font-semibold text-left font-display">
102102
<ul class="flex flex-col justify-around h-full px-6 md:flex-row">
103103
{% for project in projects %}
104104
<li
105-
class="flex flex-col items-center justify-around py-10 space-y-4 md:space-y-0 md:justify-start md:flex-row md:border-0"
105+
class="flex flex-col items-center justify-around py-10 space-y-4 max-w-min md:space-y-0 md:justify-start md:flex-row md:border-0"
106106
>
107107
<div
108108
class="flex justify-center w-20 h-20 mr-4 overflow-hidden align-middle rounded lg:w-20 lg:h-20"
@@ -143,7 +143,7 @@ <h3 class="text-lg font-semibold">
143143
<a href="/projects/" class="block left-info-box">
144144
<div
145145
style="padding: 1.5rem"
146-
class="relative flex-col justify-center w-full p-6 border-t border-b border-gray-200 first-letter:lex max-w-min border-x md:border h-52 lg:min-h-36 group"
146+
class="relative flex flex-col justify-center w-full p-6 border-t border-b border-gray-200 border-x md:border h-52 lg:min-h-36 group"
147147
>
148148
<div class="absolute z-30 top-3 right-3">
149149
<svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24" stroke-width="1.5" stroke="gray" class="w-4 h-4 group-hover:stroke-blue-500">
@@ -164,7 +164,7 @@ <h4 class="text-4xl font-semibold text-center font-display">
164164
<a href="/components/" class="block middle-info-box">
165165
<div
166166
style="padding: 1.5rem"
167-
class="relative flex flex-col justify-center w-full p-6 border-b border-gray-200 max-w-min border-x md:border-t md:border-x-0 h-52 md:h-full group"
167+
class="relative flex flex-col justify-center w-full p-6 border-b border-gray-200 border-x md:border-t md:border-x-0 h-52 md:h-full group"
168168
>
169169
<div class="absolute z-30 top-3 right-3">
170170
<svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24" stroke-width="1.5" stroke="gray" class="w-4 h-4 group-hover:stroke-blue-500">
@@ -183,7 +183,7 @@ <h4 class="text-4xl font-semibold text-center font-display">
183183
</a>
184184

185185
<div
186-
class="flex flex-col justify-center w-full p-6 border-b border-gray-200 max-w-min border-x md:border-t right-info-box h-52 md:h-full"
186+
class="flex flex-col justify-center w-full p-6 border-b border-gray-200 border-x md:border-t right-info-box h-52 md:h-full"
187187
>
188188
<div class="flex justify-center">
189189
<div class="flex flex-col justify-center align-middle lg:min-h-36">

0 commit comments

Comments
 (0)