Skip to content

Commit e374ec3

Browse files
Fix on mobile
1 parent 796487c commit e374ec3

File tree

5 files changed

+4
-4
lines changed

5 files changed

+4
-4
lines changed

backend/static/css/styles.css

+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

+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 Bytes
Binary file not shown.

backend/templates/pages/home.html

+1-1
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 max-w-min 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 min-w-max md: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"

frontend/src/styles/styles.css

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

0 commit comments

Comments
 (0)