changed home page message and misc stuff
This commit is contained in:
parent
dfba7f8f29
commit
ea235120f8
7 changed files with 106 additions and 114 deletions
|
@ -75,13 +75,12 @@
|
|||
& a {
|
||||
display: block;
|
||||
text-decoration: unset;
|
||||
|
||||
& figure {
|
||||
margin: 0;
|
||||
padding: 0.4rem;
|
||||
border-width: 2px;
|
||||
border-style: solid;
|
||||
border-radius: 0.4rem;
|
||||
border-radius: var(--round);
|
||||
|
||||
& img {
|
||||
display: flex;
|
||||
|
@ -101,6 +100,9 @@
|
|||
}
|
||||
|
||||
#gallery article {
|
||||
& h3 {
|
||||
margin-bottom: 1rem;
|
||||
}
|
||||
& figure {
|
||||
& time {
|
||||
display: flex;
|
||||
|
@ -109,6 +111,7 @@
|
|||
|
||||
& a {
|
||||
width: fit-content;
|
||||
align-self: center;
|
||||
& img {
|
||||
min-height: fit-content;
|
||||
max-height: 18rem;
|
||||
|
@ -120,14 +123,4 @@
|
|||
}
|
||||
}
|
||||
}
|
||||
|
||||
& > section {
|
||||
margin-top: 1rem;
|
||||
|
||||
&:has(figure:nth-child(n + 2)) {
|
||||
display: grid;
|
||||
gap: 1rem;
|
||||
grid-template-columns: repeat(auto-fill, minmax(min(300px, 100%), 1fr));
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue