feat(geocaching): vitrail St-Helene à l'église St-Georges
This commit is contained in:
parent
9fb0d2c988
commit
3d0bcba335
3 changed files with 32 additions and 1 deletions
|
|
@ -64,6 +64,9 @@ img {
|
|||
object-fit: contain;
|
||||
}
|
||||
|
||||
/**
|
||||
General Layout
|
||||
**/
|
||||
.grid {
|
||||
display: grid;
|
||||
}
|
||||
|
|
@ -71,6 +74,17 @@ img {
|
|||
grid-template-columns: 1fr 1fr;
|
||||
}
|
||||
|
||||
.soft-flex {
|
||||
display: flex;
|
||||
gap: 2rem;
|
||||
}
|
||||
|
||||
.special-entract {
|
||||
border: 1px solid $tertiary;
|
||||
border-left: 1rem solid $tertiary;
|
||||
padding: 1rem;
|
||||
}
|
||||
|
||||
.wikipedia-btn {
|
||||
margin-top: .5rem;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue