Change mobile side margins to 16px (px-4)

Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
Dorian
2026-02-02 23:56:38 +00:00
parent 9eb659cfc9
commit 6e9f4f1f8e
3 changed files with 6 additions and 6 deletions

View File

@@ -1,6 +1,6 @@
<template>
<div class="content-row">
<h2 class="text-xl md:text-2xl font-semibold text-white mb-4 px-6">
<h2 class="text-xl md:text-2xl font-semibold text-white mb-4 px-4">
{{ title }}
</h2>
@@ -19,7 +19,7 @@
<!-- Content Slider -->
<div
ref="sliderRef"
class="flex gap-8 overflow-x-auto overflow-y-visible scrollbar-hide scroll-smooth px-6 pt-6 pb-8"
class="flex gap-8 overflow-x-auto overflow-y-visible scrollbar-hide scroll-smooth px-4 pt-6 pb-8"
@scroll="handleScroll"
>
<div

View File

@@ -1,5 +1,5 @@
<template>
<nav class="mobile-nav fixed bottom-0 left-0 right-0 z-50 md:hidden pb-4 px-6">
<nav class="mobile-nav fixed bottom-0 left-0 right-0 z-50 md:hidden pb-4 px-4">
<div class="floating-glass-nav px-4 py-3 rounded-2xl">
<div class="flex items-center justify-around gap-1">
<button