Skip to content

Commit

Permalink
Mobile navbar düzeltildi
Browse files Browse the repository at this point in the history
  • Loading branch information
webomurga committed Apr 3, 2024
1 parent 601b35a commit d8f6cae
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 8 deletions.
4 changes: 2 additions & 2 deletions Takvim/senlik/styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ body {
#menuToggle {

z-index: 100;
width: 70%;
width: calc(100vw - 65px);
display: block;
position: relative;
top: 50px;
Expand Down Expand Up @@ -171,7 +171,7 @@ body {
#menu {
border-radius: 5px;
position: absolute;
width: 50%;
width: calc(100vw - 65px);
margin: -100px 0 0 -50px;
padding: 50px;
padding-top: 125px;
Expand Down
4 changes: 2 additions & 2 deletions Takvim/styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ body {
#menuToggle {

z-index: 100;
width: 70%;
width: calc(100vw - 65px);
display: block;
position: relative;
top: 50px;
Expand Down Expand Up @@ -171,7 +171,7 @@ body {
#menu {
border-radius: 5px;
position: absolute;
width: 50%;
width: calc(100vw - 65px);
margin: -100px 0 0 -50px;
padding: 50px;
padding-top: 125px;
Expand Down
4 changes: 2 additions & 2 deletions Takvim/yarisma/styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ body {
#menuToggle {

z-index: 100;
width: 70%;
width: calc(100vw - 65px);
display: block;
position: relative;
top: 50px;
Expand Down Expand Up @@ -171,7 +171,7 @@ body {
#menu {
border-radius: 5px;
position: absolute;
width: 50%;
width: calc(100vw - 65px);
margin: -100px 0 0 -50px;
padding: 50px;
padding-top: 125px;
Expand Down
4 changes: 2 additions & 2 deletions styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ body {
#menuToggle {

z-index: 100;
width: 70%;
width: calc(100vw - 65px);
display: block;
position: relative;
top: 50px;
Expand Down Expand Up @@ -172,7 +172,7 @@ body {
#menu {
border-radius: 5px;
position: absolute;
width: 50%;
width: calc(100vw - 115px);
margin: -100px 0 0 -50px;
padding: 50px;
padding-top: 125px;
Expand Down

0 comments on commit d8f6cae

Please sign in to comment.