Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit ca32b05

Browse files
committedMar 4, 2025··
Refinements desktop/mobile
1 parent f0db644 commit ca32b05

File tree

3 files changed

+13
-25
lines changed

3 files changed

+13
-25
lines changed
 

‎assets/css/templates/includes/components/windows.sass

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ div[window].sponsor, div[window].partner
6363
a[content] span
6464
@apply w-full text-center mb-[15px]
6565
a[content] img
66-
@apply w-[250px] max-h-[150px]
66+
@apply w-[250px] max-h-[150px] object-scale-down
6767

6868

6969
@media (min-width: 700px)

‎assets/css/templates/layouts/homepage.sass

Lines changed: 10 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -149,26 +149,11 @@ html[layout=homepage]
149149
header section.windows
150150

151151
[window].event
152-
@apply top-[320px]
152+
@apply top-[320px] left-[-80px]
153153
[window].partner
154154
@apply top-[150px] right-[-120px]
155155
[window].sponsor
156-
@apply top-[400px] left-[410px]
157-
158-
header[windows='1'] section.windows
159-
160-
[window].event
161-
@apply top-[350px]
162-
163-
header[windows='2'] section.windows
164-
165-
[window].event
166-
@apply top-[375px] left-[-50px]
167-
168-
header[windows='3'] section.windows
169-
170-
[window].event
171-
@apply top-[375px] left-[-50px]
156+
@apply top-[450px] right-[-30px]
172157

173158

174159
@media (max-width: 960px)
@@ -202,11 +187,10 @@ html[layout=homepage]
202187
@apply h-[650px]
203188

204189
header section.windows
205-
206190
[window].partner
207-
@apply top-[360px] left-[20px]
191+
@apply top-[360px] left-[50px]
208192
[window].sponsor
209-
@apply top-[360px] right-[20px]
193+
@apply top-[360px] right-[30px]
210194
[window].partner, [window].sponsor
211195
img
212196
@apply max-w-[180px]
@@ -260,19 +244,23 @@ html[layout=homepage]
260244
@apply mb-0
261245

262246
header section.windows
263-
@apply top-[260px]
247+
@apply top-[240px]
264248

265249
[window].event
266250
@apply top-[75px]
267251
[window].partner
268252
@apply top-[540px] left-[5px]
269253
[window].sponsor
270-
@apply top-[780px] left-[0px]
254+
@apply top-[860px] right-[0px]
271255
[window].partner, [window].sponsor
272256
img
273257
@apply max-w-[200px]
274258

275259
main
260+
261+
section.intro
262+
@apply mt-[600px]
263+
276264
section.sponsors
277265
.sponsor-stickers
278266
a.sponsor-highlight

‎data/homepage.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,12 +15,12 @@ location:
1515

1616
partner:
1717
title: In partnership con
18-
name: Ludimus
18+
name: null
1919
logo: https://ludimus.it/static/img/logo.svg
2020
link: https://www.ludimus.it
2121

2222
sponsor:
2323
title: In collaborazione con
24-
name: Cooperativa Smart
24+
name: null
2525
logo: assets/images/sponsors/smartlab.png
2626
link: https://www.cooperativasmart.it/smartlab/

0 commit comments

Comments
 (0)
Please sign in to comment.