mirror of
https://github.com/zen-browser/www.git
synced 2025-07-10 10:15:31 +02:00
refactor(layout): improve height to reduce empty spaces
This commit is contained in:
parent
2497ccd9ed
commit
aa235204c6
19 changed files with 74 additions and 104 deletions
|
@ -70,7 +70,7 @@ export default function ReleaseNoteElement({ data }: { data: ReleaseNote }) {
|
|||
return (
|
||||
<section
|
||||
className={ny(
|
||||
"relative flex flex-col border-t lg:flex-row",
|
||||
"relative flex flex-col border-t pt-28 lg:flex-row",
|
||||
data.version == releaseNotes[0].version ? "mt-24 pt-24" : "mt-36 pt-36",
|
||||
)}
|
||||
id={data.version}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue