Skip to content
This repository was archived by the owner on Mar 2, 2022. It is now read-only.

Commit b520f54

Browse files
authored
Merge branch 'master' into navLink
2 parents 76be184 + 4e0a549 commit b520f54

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

src/components/Components.vue

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -264,6 +264,9 @@ i::before {
264264
padding: 3px;
265265
}
266266
}
267+
#topComponents {
268+
max-width: 30%;
269+
}
267270
@media (max-width: 950px) {
268271
#componentsContainer {
269272
flex-direction: column;

src/components/NavBar.vue

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -187,6 +187,7 @@ export default {
187187
}
188188
}
189189
.hamburger {
190+
cursor: pointer;
190191
display: none;
191192
height: 40px;
192193
width: 40px;

0 commit comments

Comments
 (0)