Skip to content
This repository has been archived by the owner on Feb 4, 2024. It is now read-only.

Commit

Permalink
adjust size for phone
Browse files Browse the repository at this point in the history
  • Loading branch information
wbglaeser committed Oct 25, 2023
1 parent 3c14c1b commit 8934690
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions src/static/css/bundle.css
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,8 @@ body, p, a {

@media (max-width: 768px) { /* Typically, 768px is a breakpoint for tablets, adjust if needed */
.central-container {
padding-left: 8%; /* Reduce padding for smaller screens */
padding-right: 8%; /* Reduce padding for smaller screens */
padding-left: 7%; /* Reduce padding for smaller screens */
padding-right: 7%; /* Reduce padding for smaller screens */
max-width: 90%; /* Or adjust according to your needs */
}
}

0 comments on commit 8934690

Please sign in to comment.