layout fixes
This commit is contained in:
parent
66f11f70fc
commit
372706e42c
@ -23,7 +23,9 @@ extra:
|
|||||||
|
|
||||||
## **IMETANATION**
|
## **IMETANATION**
|
||||||
|
|
||||||
The only truly decentralized metaverse on the planet awaits you
|
The only truly decentralized metaverse
|
||||||
|
|
||||||
|
on the planet awaits you
|
||||||
|
|
||||||
<button>[EXPLORE](#explore)</a></button>
|
<button>[EXPLORE](#explore)</a></button>
|
||||||
|
|
||||||
|
@ -47,7 +47,7 @@ img[src*="#logo"] {
|
|||||||
}
|
}
|
||||||
|
|
||||||
img[src*="#large"] {
|
img[src*="#large"] {
|
||||||
width: 60%;
|
width: min(60vw, 100vh);
|
||||||
margin: auto;
|
margin: auto;
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -89,7 +89,7 @@ img[src*="#tft_img"] {
|
|||||||
@apply text-md not-italic font-normal my-1;
|
@apply text-md not-italic font-normal my-1;
|
||||||
}
|
}
|
||||||
p {
|
p {
|
||||||
@apply text-2xl;
|
@apply text-2xl leading-tight;
|
||||||
font-family: "Lato", sans-serif;
|
font-family: "Lato", sans-serif;
|
||||||
}
|
}
|
||||||
blockquote {
|
blockquote {
|
||||||
|
Reference in New Issue
Block a user