Skip to content

Commit

Permalink
Merge pull request #823 from SurajPratap10/revert-822-main
Browse files Browse the repository at this point in the history
Revert "style: update style of home.ejs and sidebar.ejs"
  • Loading branch information
SurajPratap10 authored Aug 9, 2023
2 parents 0d2936e + 7d5ff37 commit b173cd2
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 1 addition & 1 deletion views/home.ejs
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@
</div>
<div style="display: flex; flex-direction: column; align-items: center; width: 100vw; height: 100vh; margin-top: 100px;">
<h1 style="text-align: center; color: rgb(243, 243, 243); font-size: 3rem; margin-bottom: 20px;">TUTORIAL</h1>
<div style="display:flex; align-items: center; justify-content: center; width:95vw; height:fit-content;">
<div style="display:flex; align-items: center; width:fit-content;height:fit-content;">

<iframe allow="autoplay;" allowfullscreen style="border:none" src="https://clipchamp.com/watch/S9VfyxjttlP/embed" width="940" height="560"></iframe>
</div>
Expand Down
2 changes: 0 additions & 2 deletions views/includes/sidebar.ejs
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,6 @@

<style>
.hamburger{
z-index: 1;
cursor: pointer;
position: fixed;
top: 20px;
Expand Down Expand Up @@ -82,7 +81,6 @@
right: 20px;
font-size: 40px;
font-weight: bold;
cursor: pointer;
}
.content a:hover{
Expand Down

0 comments on commit b173cd2

Please sign in to comment.