Skip to content

Commit

Permalink
Merge pull request #497 from JayPokale/main
Browse files Browse the repository at this point in the history
Overflow Fixed on teach.html
  • Loading branch information
The-Shivam-garg authored Oct 22, 2022
2 parents 9e576a9 + 27aa260 commit 8511257
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 4 deletions.
1 change: 0 additions & 1 deletion navbar.css
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,6 @@ body {
margin: 0;
padding: 0;
font-family: "Poppins", sans-serif;
;
}

.nav {
Expand Down
2 changes: 0 additions & 2 deletions style.css
Original file line number Diff line number Diff line change
Expand Up @@ -646,8 +646,6 @@ header .nav h2 a {
margin-left: 0;
margin-right: 0;
font-weight: normal;
font-family: cursive;

}
.header-wrapper a{
margin-top: 12px;
Expand Down
2 changes: 1 addition & 1 deletion teach-on-bigb/teach.css
Original file line number Diff line number Diff line change
Expand Up @@ -162,7 +162,7 @@ nav .nav-container {

.header-box{
height: 100vh;
width: 100vw;
width: 100%;
background-image: url(images/teacher-bg.jpg);
background-repeat: no-repeat;
background-size: cover;
Expand Down

1 comment on commit 8511257

@vercel
Copy link

@vercel vercel bot commented on 8511257 Oct 22, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.