Compare commits
2 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 969f78a00f | |||
| 7e826e136f |
@@ -9,7 +9,7 @@
|
||||
<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://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.4.0/css/all.min.css"/>
|
||||
<link rel="stylesheet" href="style.css?t=20" />
|
||||
<link rel="stylesheet" href="style.css?t=22" />
|
||||
</head>
|
||||
<body>
|
||||
<div class="sidebar">
|
||||
|
||||
@@ -377,7 +377,7 @@
|
||||
flex-wrap: wrap;
|
||||
gap: 15px;
|
||||
padding: 0px;
|
||||
max-width: 1105px;
|
||||
max-width: 1300px;
|
||||
}
|
||||
|
||||
.app {
|
||||
@@ -530,8 +530,9 @@
|
||||
display: flex;
|
||||
justify-content: space-between;
|
||||
align-items: center;
|
||||
padding: 0px;
|
||||
margin-bottom: 30px;
|
||||
max-width: 1105px;
|
||||
max-width: 1294px;
|
||||
}
|
||||
|
||||
.main-header h1 {
|
||||
|
||||
Reference in New Issue
Block a user