site/_includes/styles/pages/home.css
Ruben 1f0a87b437
All checks were successful
/ build (push) Successful in 34s
split up css files again, using eleventy to combine + minify
2025-06-02 11:20:03 -05:00

79 lines
No EOL
1.7 KiB
CSS

/* ╭──────────────────────────────╮
/ │ _ │
/ │ | |__ ___ _ __ ___ ___ │
/ │ | '_ \ / _ \| '_ ` _ \ / _ \ │
/ │ | | | | (_) | | | | | | __/ │
/ │ |_| |_|\___/|_| |_| |_|\___| │
/ ╰──────────────────────────────╯
/ home - specific styling for the main synth.download home page (index.md) */
#site.window.home {
main,
section {
a:nth-child(2) {
cursor: default;
}
#logo {
width: 40rem;
height: auto;
line-break: strict;
margin-bottom: 0.5rem;
text-align: center;
cursor: default;
}
h1 {
margin-top: -1rem;
margin-bottom: 1px;
}
p {
margin-top: 3px;
}
ul {
text-align: left;
li a {
text-decoration: none !important;
}
li a:hover {
text-decoration: underline !important;
}
}
text-align: center;
}
}
/* - buttons section - */
#buttons.window.home section {
text-align: center;
font-size: 0px;
img {
margin-right: 5px;
image-rendering: auto;
image-rendering: crisp-edges;
image-rendering: pixelated;
transition: transform 0.2s;
}
img:hover {
transform: scale(2);
}
}
@media screen and (max-width: 59em) {
#site.window.home>main,
#site.window.home>section {
#logo {
max-width: 100%;
}
}
}