Skip to content

Commit

Permalink
Adjust style.scss to handle different screen sizes
Browse files Browse the repository at this point in the history
  • Loading branch information
ziyadsheeba committed Mar 27, 2024
1 parent efda001 commit ba0dec0
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions assets/css/style.scss
Original file line number Diff line number Diff line change
Expand Up @@ -4,15 +4,16 @@
@import "{{ site.theme }}";

.wrapper {
width:1200px;
width: 100%;
max-width:1200px;
// left side is 270
// 1200-270 = 930
// 30px free room
margin:0 auto;
}

section {
width:900px;
float:right;
padding-bottom:50px;
width: 97%; /* Change width to 100% for responsiveness */
float: none; /* Remove float */
padding-bottom: 50px;
}

0 comments on commit ba0dec0

Please sign in to comment.