Lisää toimintoja
Ei muokkausyhteenvetoa |
p Responsiivinen tekstin väri |
||
| (5 välissä olevaa versiota toisen käyttäjän tekemänä ei näytetä) | |||
| Rivi 3: | Rivi 3: | ||
height: 100%; | height: 100%; | ||
background-color: rgba(0, 0, 0, 0.05); | background-color: rgba(0, 0, 0, 0.05); | ||
padding: | padding: 1rem 1.5rem; | ||
border: 1px solid rgba(0, 0, 0, 0.15); | border: 1px solid rgba(0, 0, 0, 0.15); | ||
color: | color: var(--color-emphasized); | ||
margin: 1rem 0; | |||
} | } | ||
| Rivi 12: | Rivi 13: | ||
font-size: 1.5rem; | font-size: 1.5rem; | ||
font-family: "Times New Roman", serif; | font-family: "Times New Roman", serif; | ||
line-height: 1.3; | line-height: 1.3; | ||
margin-top: 1rem; | |||
} | } | ||
Nykyinen versio 18. elokuuta 2026 kello 16.06
.law-article {
width: 100%;
height: 100%;
background-color: rgba(0, 0, 0, 0.05);
padding: 1rem 1.5rem;
border: 1px solid rgba(0, 0, 0, 0.15);
color: var(--color-emphasized);
margin: 1rem 0;
}
.law-article-title {
font-weight: 600;
font-size: 1.5rem;
font-family: "Times New Roman", serif;
line-height: 1.3;
margin-top: 1rem;
}