mirror of
https://git.moonleay.net/Websites/liljudd-website.git
synced 2025-07-26 11:22:04 +02:00
WIP: further improvement of features page
This commit is contained in:
parent
5ac4ec0419
commit
5b49090133
5 changed files with 59 additions and 35 deletions
|
@ -1,5 +1,9 @@
|
|||
.ImageSection {
|
||||
border-radius: 0.5rem;
|
||||
width: 100%;
|
||||
@media (max-width: 1100px) {
|
||||
max-width: 80vw;
|
||||
}
|
||||
|
||||
position: relative;
|
||||
|
||||
|
@ -14,40 +18,60 @@
|
|||
rgba(0, 0, 0, 0.25) 100%
|
||||
);
|
||||
|
||||
margin: 1rem;
|
||||
padding: 1rem;
|
||||
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
align-items: center;
|
||||
justify-content: space-around;
|
||||
|
||||
&.centered {
|
||||
grid-column: 1/-1;
|
||||
width: 50%;
|
||||
justify-self: center;
|
||||
}
|
||||
|
||||
.imgDiv {
|
||||
background-color: rgba(0, 0, 0, 0.4);
|
||||
backdrop-filter: blur(5px);
|
||||
|
||||
padding: 0.5rem;
|
||||
border-radius: 0.5rem;
|
||||
|
||||
.firstHalf {
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
align-items: center;
|
||||
justify-content: space-around;
|
||||
|
||||
img {
|
||||
.imgDiv {
|
||||
background-color: rgba(0, 0, 0, 0.4);
|
||||
backdrop-filter: blur(5px);
|
||||
|
||||
padding: 0.5rem;
|
||||
margin-left: 3rem;
|
||||
margin-right: 3rem;
|
||||
border-radius: 0.5rem;
|
||||
max-width: 80%;
|
||||
max-height: 280px;
|
||||
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
align-items: center;
|
||||
|
||||
img {
|
||||
border-radius: 0.5rem;
|
||||
max-width: 80%;
|
||||
max-height: 280px;
|
||||
}
|
||||
|
||||
p {
|
||||
padding-top: 2px;
|
||||
font-size: 0.8rem;
|
||||
text-align: center;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
.noteP {
|
||||
line-height: 1.5;
|
||||
vertical-align: middle;
|
||||
|
||||
margin: auto;
|
||||
font-size: 1rem;
|
||||
text-align: center;
|
||||
|
||||
display: flex;
|
||||
justify-content: center;
|
||||
align-items: center;
|
||||
|
||||
p {
|
||||
padding-top: 2px;
|
||||
font-size: 0.8rem;
|
||||
margin: auto;
|
||||
padding: 2rem;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
@ -12,8 +12,12 @@
|
|||
.gridlayout {
|
||||
display: grid;
|
||||
grid-template-columns: 550px;
|
||||
align-content: center;
|
||||
padding: 1rem;
|
||||
width: 100vw;
|
||||
justify-content: center;
|
||||
justify-items: center;
|
||||
align-content: center;
|
||||
gap: 1rem;
|
||||
}
|
||||
|
||||
@media (min-width: 1100px) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue