Adding button generator

This commit is contained in:
Dan 2026-01-08 12:04:45 +00:00
parent d22d127cac
commit bdee635df0
11 changed files with 1458 additions and 6 deletions

View file

@ -244,6 +244,7 @@
inset 0 1px 2px rgba(255, 255, 255, 0.1);
border-radius: 1em;
cursor: pointer;
position: relative;
&::after {
content: "Interests and Tools";
@ -267,7 +268,7 @@
@include media-down(lg) {
margin-left: -0.5em;
opacity: 1;
bottom: 0;
bottom: -40px;
font-size: 20px;
}
}