Skip to content

Commit

Permalink
Update Responsiveness
Browse files Browse the repository at this point in the history
Update Responsiveness
  • Loading branch information
MohitLengure committed Jun 22, 2023
1 parent 99f1097 commit fb9914d
Show file tree
Hide file tree
Showing 6 changed files with 31 additions and 11 deletions.
8 changes: 6 additions & 2 deletions CSS/About.css
Original file line number Diff line number Diff line change
Expand Up @@ -221,9 +221,13 @@ height: 420px;


@media screen and (max-width:480px){

body {
overflow-x: hidden; /* Hide vertical scrollbars */
}
nav ul li {
margin: 0 11px;
font-size: 1rem;
margin: 0 9px;
font-size: 1rem;;
}

.footer
Expand Down
6 changes: 5 additions & 1 deletion CSS/Blog.css
Original file line number Diff line number Diff line change
Expand Up @@ -178,8 +178,12 @@ footer .footer-third ul li a img Map{


@media screen and (max-width:480px){

body {
overflow-x: hidden; /* Hide vertical scrollbars */
}
nav ul li {
margin: 0 10px;
margin: 0 9px;
font-size: 1rem;;
}
.footer
Expand Down
8 changes: 6 additions & 2 deletions CSS/Contact.css
Original file line number Diff line number Diff line change
Expand Up @@ -331,9 +331,13 @@ padding: 20px 0px 20px 0px;


@media screen and (max-width:480px){

body {
overflow-x: hidden; /* Hide vertical scrollbars */
}
nav ul li {
margin: 0 11px;
font-size: 1rem;
margin: 0 9px;
font-size: 1rem;;
}
.formEntry {
margin: 30px auto;
Expand Down
8 changes: 6 additions & 2 deletions CSS/Project.css
Original file line number Diff line number Diff line change
Expand Up @@ -193,9 +193,13 @@ margin: 70px 1px;


@media screen and (max-width:480px){

body {
overflow-x: hidden; /* Hide vertical scrollbars */
}
nav ul li {
margin: 0 11px;
font-size: 1rem;
margin: 0 9px;
font-size: 1rem;;
}

.footer
Expand Down
8 changes: 6 additions & 2 deletions CSS/Services.css
Original file line number Diff line number Diff line change
Expand Up @@ -180,9 +180,13 @@ footer .footer-third ul li a img Map{


@media screen and (max-width:480px){

body {
overflow-x: hidden; /* Hide vertical scrollbars */
}
nav ul li {
margin: 0 11px;
font-size: 1rem;
margin: 0 9px;
font-size: 1rem;;
}

.footer
Expand Down
4 changes: 2 additions & 2 deletions CSS/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -191,8 +191,8 @@ flex-direction: column-reverse;

@media screen and (max-width:480px){
nav ul li {
margin: 0 14px;
font-size: 0.8rem;
margin: 0 9px;
font-size: 1rem;;
}
.footer
{
Expand Down

0 comments on commit fb9914d

Please sign in to comment.