feat(landing): a little better landing
This commit is contained in:
parent
8cd4d0fd39
commit
6bdabb8fdf
5 changed files with 32 additions and 6 deletions
BIN
assets/images/activites/visite_28_fev_2023_randonneurs.jpg
Normal file
BIN
assets/images/activites/visite_28_fev_2023_randonneurs.jpg
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 1.7 MiB |
|
|
@ -174,4 +174,23 @@ img {
|
|||
display: flex;
|
||||
justify-content: flex-end;
|
||||
padding-bottom: 1.5rem;
|
||||
padding-top: 1rem;
|
||||
}
|
||||
|
||||
figure {
|
||||
display: flex;
|
||||
justify-content: center;
|
||||
flex-direction: column;
|
||||
}
|
||||
|
||||
.layout-two-spaced {
|
||||
display: flex;
|
||||
justify-content: space-between;
|
||||
padding: 1.5rem 0;
|
||||
}
|
||||
|
||||
@media (max-width: $md-breakpoint) {
|
||||
.layout-two-spaced {
|
||||
display: block;
|
||||
}
|
||||
}
|
||||
|
|
|
|||
|
|
@ -266,6 +266,11 @@
|
|||
.history-component__content {
|
||||
}
|
||||
|
||||
|
||||
.history-carousel {
|
||||
background: rgba(1, 1, 1, 0.05);
|
||||
}
|
||||
|
||||
.history-container {
|
||||
.double-horizontal-image-container {
|
||||
display: grid;
|
||||
|
|
|
|||
|
|
@ -39,10 +39,12 @@
|
|||
@media (max-width: $sm-breakpoint) {
|
||||
.page-container {
|
||||
width: 100%;
|
||||
padding: 0 .8rem;
|
||||
padding-left: .8rem;
|
||||
padding-right: .8rem;
|
||||
}
|
||||
.page-full {
|
||||
padding: 0 .8rem;
|
||||
padding-left: .8rem;
|
||||
padding-right: .8rem;
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue