File tree Expand file tree Collapse file tree 1 file changed +5
-22
lines changed Expand file tree Collapse file tree 1 file changed +5
-22
lines changed Original file line number Diff line number Diff line change 9
9
</script >
10
10
11
11
{#if variant === ' homepage' }
12
- <footer class =" web-main-footer relative mt-12" >
12
+ <footer class =" web-main-footer relative mt-12 flex flex-col justify-between gap-10 lg:flex-row " >
13
13
<ul class =" flex gap-2" >
14
14
{#each socials as social }
15
15
<li >
25
25
</li >
26
26
{/each }
27
27
</ul >
28
- <div class =" e-main-footer " >
28
+ <div class =" mt-1 grid grid-cols-2 gap-y-4 md:grid-cols-3 " >
29
29
<div >Copyright © {year } Appwrite</div >
30
30
31
31
<iframe
32
- class =" status w-full md:w-fit md:max-w-[230px]"
32
+ class =" w-full md:w-fit md:max-w-[230px]"
33
33
title =" Appwrite Status"
34
34
src =" https://status.appwrite.online/badge?theme=dark"
35
35
height =" 35"
39
39
style:margin-top =" -4px"
40
40
></iframe >
41
41
42
- <ul class =" flex gap-4" >
42
+ <ul class =" flex gap-4 text-right md:justify-end " >
43
43
<li >
44
44
<a
45
45
class =" web-link"
85
85
<div class =" web-main-footer-grid-1-column-2" >
86
86
<ThemeSelect />
87
87
</div >
88
- <ul class =" web-main-footer-grid-1-column-3 web-main-footer-links items-start " >
88
+ <ul class =" web-main-footer-grid-1-column-3 web-main-footer-links items-end text-right " >
89
89
<li >
90
90
<a
91
91
href =" /discord"
125
125
margin-bottom : 6px ; /* balancing due to style:margin-top="-4px" & the `iframe` has some spacings too I think */
126
126
}
127
127
}
128
-
129
- .e-main-footer {
130
- display : flex ;
131
- @media #{devices .$break1 } {
132
- flex-direction : column ;
133
- > * {
134
- padding-block : 1rem ;
135
- & :not (:first-child ) {
136
- border-block-start : solid 0.0625rem hsl (var (--web-color-border ));
137
- }
138
- }
139
- }
140
- @media #{devices .$break2open } {
141
- display : flex ;
142
- gap : 2rem ;
143
- }
144
- }
145
128
</style >
You can’t perform that action at this time.
0 commit comments