mirror of
https://github.com/Coldsmiles/infstarweb.git
synced 2026-04-23 02:30:41 +08:00
feat: reduce max-width of .bl-container for improved layout on HomePage
This commit is contained in:
@@ -478,7 +478,7 @@ const medals = ['🥇', '🥈', '🥉'];
|
||||
}
|
||||
|
||||
.bl-container {
|
||||
max-width: 1200px;
|
||||
max-width: 1000px;
|
||||
margin: 0 auto;
|
||||
padding: 0 20px;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user