layout fixes

This commit is contained in:
timurgordon
2022-04-05 14:41:50 +03:00
parent 66f11f70fc
commit 372706e42c
2 changed files with 5 additions and 3 deletions

View File

@@ -47,7 +47,7 @@ img[src*="#logo"] {
}
img[src*="#large"] {
width: 60%;
width: min(60vw, 100vh);
margin: auto;
}
@@ -89,7 +89,7 @@ img[src*="#tft_img"] {
@apply text-md not-italic font-normal my-1;
}
p {
@apply text-2xl;
@apply text-2xl leading-tight;
font-family: "Lato", sans-serif;
}
blockquote {