site/_includes/styles/pages/home.css
Ruben 08b2bd1a22
Some checks failed
/ build (push) Has been cancelled
index page update, redo window tags
2025-10-26 22:35:02 -05:00

51 lines
No EOL
1.3 KiB
CSS

/* ╭──────────────────────────────╮
/ │ _ │
/ │ | |__ ___ _ __ ___ ___ │
/ │ | '_ \ / _ \| '_ ` _ \ / _ \ │
/ │ | | | | (_) | | | | | | __/ │
/ │ |_| |_|\___/|_| |_| |_|\___| │
/ ╰──────────────────────────────╯
/ home - specific styling for the main synth.download home page (index.md) */
article#home {
window-contents {
p
h1 {
margin-top: -1rem;
margin-bottom: 1px;
}
p {
a#logo {
cursor: default;
margin-bottom: 0.5rem;
img[src="/assets/synth.download/logo_web.svg"] {
width: 40rem;
height: auto;
}
}
}
ul {
text-align: left;
li a {
text-decoration: none !important;
}
li a:hover {
text-decoration: underline !important;
}
}
}
}
@media screen and (max-width: 59em) {
#site.window.home>main, #site.window.home>section {
#logo {
max-width: 100%;
}
}
}