mirror of
https://github.com/GenShibe/website.git
synced 2025-02-12 15:44:50 +00:00
fix some shit
This commit is contained in:
parent
f49db1c49b
commit
6b597921b2
1 changed files with 9 additions and 16 deletions
25
style.css
25
style.css
|
@ -154,7 +154,8 @@ body {
|
||||||
|
|
||||||
p {
|
p {
|
||||||
font-size: 2em;
|
font-size: 2em;
|
||||||
margin: 10px;
|
margin-left: auto;
|
||||||
|
margin-right: auto;
|
||||||
text-align: center;
|
text-align: center;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -184,14 +185,6 @@ h2 {
|
||||||
text-align: center;
|
text-align: center;
|
||||||
}
|
}
|
||||||
|
|
||||||
h3 {
|
|
||||||
margin-top: 2px;
|
|
||||||
margin-bottom: 2px;
|
|
||||||
font-size: 1.5em;
|
|
||||||
color: var(--ctp-peach);
|
|
||||||
text-align: center;
|
|
||||||
}
|
|
||||||
|
|
||||||
ul {
|
ul {
|
||||||
padding: 0;
|
padding: 0;
|
||||||
}
|
}
|
||||||
|
@ -203,10 +196,11 @@ li {
|
||||||
margin-bottom: 1.5px;
|
margin-bottom: 1.5px;
|
||||||
font-family: 'Victor Mono', Courier, monospace;
|
font-family: 'Victor Mono', Courier, monospace;
|
||||||
font-style: italic;
|
font-style: italic;
|
||||||
|
align-content: center;
|
||||||
}
|
}
|
||||||
|
|
||||||
footer {
|
footer {
|
||||||
margin: 0 auto;
|
margin: auto;
|
||||||
display: flex;
|
display: flex;
|
||||||
flex-direction: column;
|
flex-direction: column;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
|
@ -216,11 +210,10 @@ footer {
|
||||||
}
|
}
|
||||||
|
|
||||||
.socials {
|
.socials {
|
||||||
display: flex;
|
display: inline-flex;
|
||||||
margin-right: auto;
|
|
||||||
margin-left: auto;
|
|
||||||
justify-content: center;
|
justify-content: center;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
|
align-content: center;
|
||||||
flex-wrap: wrap;
|
flex-wrap: wrap;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -238,7 +231,7 @@ footer {
|
||||||
line-height: 1.75em;
|
line-height: 1.75em;
|
||||||
font-family: 'Victor Mono', Courier, monospace;
|
font-family: 'Victor Mono', Courier, monospace;
|
||||||
font-style: italic;
|
font-style: italic;
|
||||||
box-shadow: 0 0 5.5px 0px var(--ctp-peach);
|
box-shadow: 0 0 5px 0 var(--ctp-peach);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
@ -255,7 +248,7 @@ select {
|
||||||
border-radius: 7px;
|
border-radius: 7px;
|
||||||
font-family: 'Victor Mono', Courier, monospace;
|
font-family: 'Victor Mono', Courier, monospace;
|
||||||
font-style: italic;
|
font-style: italic;
|
||||||
box-shadow: 0 0 5.5px 0px var(--ctp-peach);
|
box-shadow: 0 0 5px 0 var(--ctp-peach);
|
||||||
}
|
}
|
||||||
|
|
||||||
.socials a:hover {
|
.socials a:hover {
|
||||||
|
@ -269,5 +262,5 @@ hr {
|
||||||
background-color: var(--ctp-peach);
|
background-color: var(--ctp-peach);
|
||||||
border: none;
|
border: none;
|
||||||
margin: 1.5rem auto;
|
margin: 1.5rem auto;
|
||||||
box-shadow: 0 0 15px 0px var(--ctp-peach);
|
box-shadow: 0 0 15px 0 var(--ctp-peach);
|
||||||
}
|
}
|
Loading…
Add table
Reference in a new issue