width
All checks were successful
continuous-integration/drone/push Build is passing
continuous-integration/drone/tag Build is passing

This commit is contained in:
2025-09-28 10:05:44 +00:00
parent 7e826e136f
commit 969f78a00f
2 changed files with 3 additions and 3 deletions

View File

@@ -9,7 +9,7 @@
<title>Safebox</title> <title>Safebox</title>
<link rel="stylesheet" href="https://fonts.googleapis.com/css2?family=Switzer:ital,wght@0,300;0,400;0,500;0,600;1,400&display=swap"/> <link rel="stylesheet" href="https://fonts.googleapis.com/css2?family=Switzer:ital,wght@0,300;0,400;0,500;0,600;1,400&display=swap"/>
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.4.0/css/all.min.css"/> <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.4.0/css/all.min.css"/>
<link rel="stylesheet" href="style.css?t=21" /> <link rel="stylesheet" href="style.css?t=22" />
</head> </head>
<body> <body>
<div class="sidebar"> <div class="sidebar">

View File

@@ -377,7 +377,7 @@
flex-wrap: wrap; flex-wrap: wrap;
gap: 15px; gap: 15px;
padding: 0px; padding: 0px;
max-width: 1200px; max-width: 1300px;
} }
.app { .app {
@@ -532,7 +532,7 @@
align-items: center; align-items: center;
padding: 0px; padding: 0px;
margin-bottom: 30px; margin-bottom: 30px;
max-width: 1105px; max-width: 1294px;
} }
.main-header h1 { .main-header h1 {