chore: modify for web standards, minor edits, add Kyropy
This commit is contained in:
parent
b43bb7adf7
commit
73b5835db6
3 changed files with 31 additions and 31 deletions
18
style.css
18
style.css
|
|
@ -295,8 +295,12 @@ h1, h1 a {
|
|||
font-size: 32px;
|
||||
text-decoration: none;
|
||||
}
|
||||
h2 {
|
||||
font-size: 28px;
|
||||
/* apparently having more than one h1 is against web standards
|
||||
but i prefer how it looks so i just use the same styling again */
|
||||
h2, h2 a {
|
||||
color: var(--text);
|
||||
font-size: 32px;
|
||||
text-decoration: none;
|
||||
}
|
||||
h3 {
|
||||
font-size: 20px
|
||||
|
|
@ -335,7 +339,7 @@ about me section/terminal
|
|||
margin-top: 3.8em;
|
||||
}
|
||||
|
||||
#sneexy > article {
|
||||
#sneexy > section {
|
||||
img {
|
||||
width: 256px;
|
||||
height: 256px;
|
||||
|
|
@ -500,15 +504,15 @@ footer/credits
|
|||
footer {
|
||||
.fediring a {
|
||||
display: inline-grid;
|
||||
font-size: 18px;
|
||||
font-size: 24px;
|
||||
color: var(--green);
|
||||
text-decoration: none;
|
||||
text-decoration: wavy;
|
||||
margin-bottom: .5em;
|
||||
}
|
||||
p, a {
|
||||
text-align: center;
|
||||
font-size: 16px;
|
||||
margin: .4em 0px .4em;
|
||||
font-size: 15px;
|
||||
margin: .2em 0px .2em;
|
||||
}
|
||||
img {
|
||||
max-width: 30%;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue