Lisää toimintoja
| Ei muokkausyhteenvetoa | Ei muokkausyhteenvetoa | ||
| 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: 1rem; |    padding: 1rem 0.5rem; | ||
|    border: 1px solid rgba(0, 0, 0, 0.15); |    border: 1px solid rgba(0, 0, 0, 0.15); | ||
|   color: black; | |||
| } | |||
| .law-article-title { | |||
|   font-weight: 600; | |||
|   font-size: 1.5rem; | |||
|   font-family: "Times New Roman", serif; | |||
|   margin: 0; | |||
|   line-height: 1.3; | |||
| } | } | ||
Versio 8. joulukuuta 2024 kello 01.46
.law-article {
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.05);
  padding: 1rem 0.5rem;
  border: 1px solid rgba(0, 0, 0, 0.15);
  color: black;
}
.law-article-title {
  font-weight: 600;
  font-size: 1.5rem;
  font-family: "Times New Roman", serif;
  margin: 0;
  line-height: 1.3;
}
