File tree Expand file tree Collapse file tree 3 files changed +7
-7
lines changed
Expand file tree Collapse file tree 3 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 1414</script >
1515<i
1616 id =" hamburger-menu-icon"
17- class =" change-sidebar group absolute z-[100] m-3 h-9 w-10 "
17+ class =" change-sidebar group absolute z-[100] m-3 h-10 w-12 "
1818>
1919 <span
20- class =" absolute left-0 top-0 block h-1.5 w-full rounded-lg bg-teal-300 transition-all duration-300 ease-in-out group-[.open]:left-1/2 group-[.open]:top-3 group-[.open]:w-0"
20+ class =" absolute left-0 top-0 block h-1.5 w-full rounded-lg bg-teal-300 transition-all duration-300 ease-in-out group-[.open]:left-1/2 group-[.open]:top-4 group-[.open]:w-0"
2121 ></span >
2222 <span
23- class =" absolute top-3 block h-1.5 w-full rounded-lg bg-teal-300 transition-transform duration-300 ease-in-out group-[.open]:rotate-45"
23+ class =" absolute top-4 block h-1.5 w-full rounded-lg bg-teal-300 transition-transform duration-300 ease-in-out group-[.open]:rotate-45"
2424 ></span >
2525 <span
26- class =" absolute top-3 block h-1.5 w-full rounded-lg bg-teal-300 transition-transform duration-300 ease-in-out group-[.open]:-rotate-45"
26+ class =" absolute top-4 block h-1.5 w-full rounded-lg bg-teal-300 transition-transform duration-300 ease-in-out group-[.open]:-rotate-45"
2727 ></span >
2828 <span
29- class =" absolute left-0 top-6 block h-1.5 w-full rounded-lg bg-teal-300 transition-all duration-300 ease-in-out group-[.open]:left-1/2 group-[.open]:top-3 group-[.open]:w-0"
29+ class =" absolute left-0 top-8 block h-1.5 w-full rounded-lg bg-teal-300 transition-all duration-300 ease-in-out group-[.open]:left-1/2 group-[.open]:top-4 group-[.open]:w-0"
3030 ></span >
3131</i >
Original file line number Diff line number Diff line change @@ -37,7 +37,7 @@ import HamburgerMenuIcon from './HamburgerMenuIcon.astro';
3737 <nav class =" fixed top-0 z-[2] hidden w-full max-sm:block" >
3838 <HamburgerMenuIcon />
3939 <div
40- class =" changeable z-[2] h-14 w-full p-3 shadow-[0px_0px_20px] backdrop-blur"
40+ class =" changeable z-[2] h-16 w-full p-3 shadow-[0px_0px_20px] backdrop-blur"
4141 >
4242 </div >
4343 <div
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ import Subtitle from '../shared/Subtitle.astro';
55
66<section id =" work" >
77 <div class =" flex flex-col p-2" >
8- <header class =" reveal my-5 mb-2" >
8+ <header class =" reveal my-7 mb-2" >
99 <Subtitle left >
1010 Some projects<br />
1111 I've made
You can’t perform that action at this time.
0 commit comments