update favicon and graphics, update index page, add assets, lighten up on dni page
This commit is contained in:
parent
e2342d27ea
commit
cffae16a3b
14 changed files with 762 additions and 52 deletions
39
site.css
39
site.css
|
|
@ -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);
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue