mirror of
https://github.com/hyprwm/hyprland-website.git
synced 2024-11-16 18:35:59 +01:00
nicer footer max-width (#67)
This commit is contained in:
parent
833bb2805e
commit
24b64047f6
1 changed files with 1 additions and 1 deletions
|
@ -108,7 +108,7 @@
|
|||
|
||||
<style lang="postcss">
|
||||
.footer-inner {
|
||||
@apply flex max-w-screen-2xl flex-wrap items-start justify-between gap-12 px-8 py-14 text-slate-300;
|
||||
@apply flex max-w-screen-xl flex-wrap items-start justify-between gap-12 px-8 py-14 text-slate-300;
|
||||
}
|
||||
|
||||
.pretitle {
|
||||
|
|
Loading…
Reference in a new issue