Edit home style
This commit is contained in:
parent
2f9bf8cd78
commit
badf6c29be
16 changed files with 154 additions and 159 deletions
|
@ -1,4 +1,4 @@
|
|||
@use '../abstracts' as *;
|
||||
@use "../abstracts" as *;
|
||||
|
||||
// --------------------------------------------------
|
||||
// HOME STYLE
|
||||
|
@ -10,11 +10,11 @@
|
|||
display: flex;
|
||||
flex-direction: column;
|
||||
align-items: center;
|
||||
gap: 1rem;
|
||||
gap: 2rem;
|
||||
|
||||
.home__gallery-item {
|
||||
display: table;
|
||||
max-width: min(1280px, 100%);
|
||||
max-width: $medium-content-width;
|
||||
|
||||
.home__carousel {
|
||||
|
||||
|
@ -52,6 +52,8 @@
|
|||
caption-side: bottom;
|
||||
width: fit-content;
|
||||
margin: 0.5rem auto 0;
|
||||
padding: 0 0.5rem;
|
||||
text-align: center;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue