site/_includes/styles/pages/home.css
2025-06-03 22:35:05 -05:00

52 lines
No EOL
1.3 KiB
CSS

/* ╭──────────────────────────────╮
/ │ _ │
/ │ | |__ ___ _ __ ___ ___ │
/ │ | '_ \ / _ \| '_ ` _ \ / _ \ │
/ │ | | | | (_) | | | | | | __/ │
/ │ |_| |_|\___/|_| |_| |_|\___| │
/ ╰──────────────────────────────╯
/ home - specific styling for the main synth.download home page (index.md) */
#site.window.home {
main, section {
#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;
}
}
@media screen and (max-width: 59em) {
#site.window.home>main, #site.window.home>section {
#logo {
max-width: 100%;
}
}
}