Skip to content

Commit a5b321a

Browse files
Refactor CSS styles for sidenav-menu and menu-close
Adjusted padding and positioning for sidenav-menu and menu-close styles.
1 parent c851ad3 commit a5b321a

File tree

1 file changed

+5
-15
lines changed

1 file changed

+5
-15
lines changed

src/app/app.component.css

Lines changed: 5 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
21
.main-container {
32
width: 100%;
43
height: 100%;
@@ -11,25 +10,16 @@
1110
}
1211

1312
.sidenav-menu {
14-
padding: 20px;
13+
padding: 10px;
14+
padding-right: 30px;
1515
}
1616

1717
.menu-close {
1818
position: absolute;
1919
right: 0;
20-
top: 2px;
20+
top: 15px;
2121
background: transparent;
2222
border: 0;
23-
color: #ddd;
24-
}
25-
26-
.github-fork-ribbon:before {
27-
background-color: #333;
28-
}
29-
30-
@media only screen and (max-width: 750px) {
31-
.github-fork-ribbon {
32-
display: none;
33-
}
34-
23+
cursor: pointer;
24+
color: #4caf50;
3525
}

0 commit comments

Comments
 (0)