Compare commits
	
		
			1 Commits
		
	
	
		
	
	| Author | SHA1 | Date | |
|---|---|---|---|
| 7e826e136f | 
| @@ -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=20" /> | <link rel="stylesheet" href="style.css?t=21" /> | ||||||
| </head> | </head> | ||||||
| <body> | <body> | ||||||
|   <div class="sidebar"> |   <div class="sidebar"> | ||||||
|   | |||||||
| @@ -377,7 +377,7 @@ | |||||||
| 	  flex-wrap: wrap; | 	  flex-wrap: wrap; | ||||||
| 	  gap: 15px; | 	  gap: 15px; | ||||||
| 	  padding: 0px; | 	  padding: 0px; | ||||||
|       	  max-width: 1105px; |       	  max-width: 1200px; | ||||||
| 	} | 	} | ||||||
|  |  | ||||||
| 	.app { | 	.app { | ||||||
| @@ -530,6 +530,7 @@ | |||||||
|       display: flex; |       display: flex; | ||||||
|       justify-content: space-between; |       justify-content: space-between; | ||||||
|       align-items: center; |       align-items: center; | ||||||
|  |       padding: 0px; | ||||||
|       margin-bottom: 30px; |       margin-bottom: 30px; | ||||||
|       max-width: 1105px; |       max-width: 1105px; | ||||||
|     } |     } | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user