spaaać mi sie chceeee

This commit is contained in:
Dark Steveneq
2025-09-26 16:43:05 +02:00
parent 0cceffbd49
commit dae754f993
13 changed files with 225 additions and 23 deletions

View File

@@ -83,15 +83,13 @@ footer {
border-radius: 1rem;
border: .3rem solid var(--colorOverlay1);
max-height: 128px;
margin: .5rem;
padding: 1rem;
padding-bottom: 1.75rem;
}
footer img {
height: 100%;
height: 150px;
}
footer strong {
@@ -103,13 +101,6 @@ footer div {
flex-direction: column;
}
footer div div, .flex-row {
flex-grow: 1;
display: inline-flex;
flex-direction: row;
gap: 1rem;
}
footer div div ul {
display: flex;
flex-direction: column;
@@ -134,11 +125,21 @@ footer div div ul {
/* Dodatkowe */
.flex-row {
flex-grow: 1;
display: inline-flex;
display: flex;
flex-direction: row;
gap: 1rem;
}
.flex-row-reverse {
display: flex;
flex-direction: row-reverse;
}
.flex-col {
display: flex;
flex-direction: column;
}
.fixed25rem {
min-height: 25rem;
max-height: 25rem;