mirror of
https://github.com/GenShibe/website.git
synced 2025-02-12 15:04:49 +00:00
fix some styling
This commit is contained in:
parent
bece099108
commit
fc8bd432b0
1 changed files with 2 additions and 2 deletions
|
@ -19,8 +19,7 @@ body {
|
||||||
.divs {
|
.divs {
|
||||||
border: 2px solid #ef9f76;
|
border: 2px solid #ef9f76;
|
||||||
border-radius: 10px;
|
border-radius: 10px;
|
||||||
padding: 10px;
|
padding: 5px;
|
||||||
box-shadow: 0 0 10px 0px #ef9f76;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
h1 {
|
h1 {
|
||||||
|
@ -164,6 +163,7 @@ a:visited {
|
||||||
margin-right: auto;
|
margin-right: auto;
|
||||||
margin-bottom: 10px;
|
margin-bottom: 10px;
|
||||||
margin-top: 10px;
|
margin-top: 10px;
|
||||||
|
box-shadow: 0 0 5px 0px #949cbb;
|
||||||
}
|
}
|
||||||
|
|
||||||
@media screen and (max-width:750px) {
|
@media screen and (max-width:750px) {
|
||||||
|
|
Loading…
Add table
Reference in a new issue