This commit is contained in:
2022-04-03 13:23:03 +02:00
parent ba6e3f23f3
commit 0f4717153a
18 changed files with 255 additions and 2 deletions

View File

@@ -34,7 +34,7 @@ img[src*="#small"] {
}
img[src*="#medium"] {
width: 500px;
width: 400px;
margin: auto;
}
@@ -48,6 +48,15 @@ img[src*="#large"] {
margin: auto;
}
img[src*="#tft_img"] {
width: 150px;
margin: 8px;
}
.logo_size{
width:200px
}
@layer components {
h1 {
@apply text-3xl lg:text-7xl font-normal;