1
0
This commit is contained in:
2022-11-09 16:39:39 +01:00
parent ea373c9e29
commit 075a55b387
4 changed files with 12 additions and 4 deletions

View File

@ -28,6 +28,13 @@ body {
gap: 3rem;
max-width: 30vw;
}
.link {
display: flex;
flex-direction: column;
align-items: center;
text-align: center;
}
.img_1 {
max-width: 100%;
max-height: 6vh;
@ -41,7 +48,7 @@ body {
text-decoration: line-through;
} */
.udalost {
color: #161340;
color: #6B2A25;
font-weight: bold;
font-size: 1.5rem;
}