mirror of
https://github.com/YGGverse/Yo.git
synced 2025-01-30 08:24:16 +00:00
fix styles
This commit is contained in:
parent
81a7fcf367
commit
ff8b88f49b
@ -123,12 +123,12 @@ $snaps = [];
|
|||||||
|
|
||||||
main > div > div {
|
main > div > div {
|
||||||
margin: 8px 0;
|
margin: 8px 0;
|
||||||
font-size: 12px;
|
font-size: 13px;
|
||||||
}
|
}
|
||||||
|
|
||||||
h1 {
|
h1 {
|
||||||
position: fixed;
|
position: fixed;
|
||||||
top: 8px;
|
top: 2px;
|
||||||
left: 24px;
|
left: 24px;
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -138,8 +138,7 @@ $snaps = [];
|
|||||||
h1 > a:hover {
|
h1 > a:hover {
|
||||||
color: #fff;
|
color: #fff;
|
||||||
font-weight: normal;
|
font-weight: normal;
|
||||||
font-size: 24px;
|
font-size: 22px;
|
||||||
margin: 10px 0;
|
|
||||||
text-decoration: none;
|
text-decoration: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -85,7 +85,7 @@ $placeholder = sprintf(
|
|||||||
input {
|
input {
|
||||||
width: 100%;
|
width: 100%;
|
||||||
margin: 8px 0;
|
margin: 8px 0;
|
||||||
padding: 12px;
|
padding: 12px 0;
|
||||||
border-radius: 32px;
|
border-radius: 32px;
|
||||||
background-color: #000;
|
background-color: #000;
|
||||||
color: #fff;
|
color: #fff;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user