Skip to content

Commit a8b78f9

Browse files
committed
💄 adjust burger menu default state
1 parent 3df146b commit a8b78f9

File tree

2 files changed

+10
-10
lines changed

2 files changed

+10
-10
lines changed

assets/sass/main.scss

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -266,7 +266,7 @@
266266
list-style-type: none;
267267
}
268268

269-
li {
269+
* {
270270
transition: 0.25s all;
271271
}
272272

@@ -280,19 +280,19 @@
280280
}
281281

282282
&::before {
283-
width: 32px;
284-
height: 32px;
283+
min-width: 32px;
284+
min-height: 32px;
285285
content: '';
286-
background-image: '/images/burger.svg';
286+
background-image: url('/images/burger.svg');
287287
background-position: center;
288288
}
289289
}
290290

291291
&:hover {
292292
&::before {
293293
opacity: 0;
294-
width: 0;
295-
height: 0;
294+
min-width: 0;
295+
min-height: 0;
296296
}
297297
}
298298
}

index.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,8 @@ If you’ve made it here, you’re probably aware that I am seeking my next chal
1212
Below, you can find some more information about me, [where I come from](#education), and [what I've been up to](#open-source-contributions) in recent times. If you think I'd be a good fit for your team, see my [contact information](#contact-information).
1313

1414
- [Employment](#employment)
15-
- [Heritage Carpet & Tile {:target="_blank"}](#heritage-carpet--tile-target%22blank%22)
16-
- [Australia Post {:target="_blank"}](#australia-post-target%22blank%22)
15+
- [Heritage Carpet & Tile](#heritage-carpet--tile)
16+
- [Australia Post](#australia-post)
1717
- [Open Source Contributions](#open-source-contributions)
1818
- [PowerShell Modules (Primary Author)](#powershell-modules-primary-author)
1919
- [PowerShell Core](#powershell-core)
@@ -30,7 +30,7 @@ Below, you can find some more information about me, [where I come from](#educati
3030

3131
## Employment
3232

33-
### [Heritage Carpet & Tile](http://www.heritageflooring.com/) {:target="_blank"}
33+
### [Heritage Carpet & Tile](http://www.heritageflooring.com/){:target="_blank"}
3434

3535
> **Duration:** May 2017 - Present
3636
>
@@ -44,7 +44,7 @@ Below, you can find some more information about me, [where I come from](#educati
4444
>
4545
> [top](#top){:class="top-link"}
4646
47-
### [Australia Post](https://auspost.com.au/) {:target="_blank"}
47+
### [Australia Post](https://auspost.com.au/){:target="_blank"}
4848

4949
> **Duration:** September 2015 - March 2016
5050
>

0 commit comments

Comments
 (0)