update favicon and graphics, update index page, add assets, lighten up on dni page

This commit is contained in:
Ruben 2024-10-28 22:55:31 -05:00
commit cffae16a3b
No known key found for this signature in database
GPG key ID: AE181294E97E4802
14 changed files with 762 additions and 52 deletions

View file

@ -4,6 +4,9 @@
#logo {
width: 40rem;
height: auto;
line-break: strict;
margin-bottom: .5rem;
text-align: center;
}
h1 {
@ -15,6 +18,17 @@
margin-top: 3px;
}
ul {
text-align: left;
li a {
text-decoration: none !important;
}
li a:hover {
text-decoration: underline !important;
}
}
text-align: center;
}
@ -33,32 +47,9 @@
/* modify widths and spacing depending on the size of the display */
@media screen and (max-width: 59em) {
#sneexy > section {
#site > section {
#logo {
max-width: 100%;
}
.selfinfo {
grid-template-areas:
"pronouns"
"names";
div {
text-align: center;
margin-left: auto;
margin-right: auto;
ul {
text-align: left !important;
}
}
div:first-child {
margin-bottom: 1em;
}
div:last-child {
margin-left: auto !important;
}
}
}
.socials-contacts-list {
grid-template-columns: repeat(1, 1fr);
}
}