File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -53,13 +53,13 @@ const gitVersion = __GIT_VERSION__;
53
53
<div
54
54
class =" flex flex-col lg:flex-row self-center gap-8 lg:gap-12 justify-end"
55
55
>
56
- <div class =" flex text-white/40 w-2/3 px-6 items-center" >
56
+ <div class =" flex text-white/40 w-full lg: w-2/3 px-6 items-center" >
57
57
<p >Excited about our mission? Want to collaborate or contribute? Let's connect!
58
58
We're open to partnership opportunities and would love to hear your ideas.
59
59
<a class =" text-white" href =" mailto:helpdesk@europython.eu" >helpdesk@europython.eu</a >
60
60
</p >
61
61
</div >
62
- <div class =" flex text-white/40 w-1/3 text-start" >
62
+ <div class =" flex text-white/40 w-full lg:w- 1/3 text-start" >
63
63
<div >
64
64
<EPSLogo width =90 height =90 class =" w-[90px] mr-4 h-auto " />
65
65
</div >
Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ import links from "../data/links.json";
8
8
---
9
9
10
10
<section id =" navbar" class =" fixed top-0 z-50 transition-transform duration-300 transform-gpu w-full" >
11
- <div class =" container max-w-[1150px] mx-auto py-1 mt-1 lg:p-2 lg:mt-6 px-6 flex items-center justify-between relative z-40 bg-white/80 rounded-full backdrop-blur-md shadow-lg" >
11
+ <div class =" container max-w-[1150px] mx-auto py-1 mt-1 lg:p-2 lg:mt-6 px-2 flex items-center justify-between relative z-40 bg-white/80 rounded-full backdrop-blur-md shadow-lg" >
12
12
<input
13
13
type =" checkbox"
14
14
name =" mobile-controls"
Original file line number Diff line number Diff line change @@ -39,7 +39,7 @@ const IS_LIVE = false;
39
39
40
40
41
41
<label for =" nav_toggle" class =" flex xl:hidden" >
42
- <span class =" w-[3em] h-[3em] font-bold text-lg px-4 py-4 rounded-lg inline-flex items-center justify-center leading-4 transition-colors duration-200 not-prose border hover:text-black bg-primary text-white hover:bg-primary-hover border-transparent" >
42
+ <span class =" w-[3em] h-[3em] font-bold text-lg px-4 py-4 rounded-full inline-flex items-center justify-center leading-4 transition-colors duration-200 not-prose border hover:text-black bg-primary text-white hover:bg-primary-hover border-transparent" >
43
43
{ mobile ? <Icon name = " close" size = " fa-xl" /> : <Icon name = " bars" size = " fa-xl" />}
44
44
</span >
45
45
</label >
You can’t perform that action at this time.
0 commit comments