spaaać mi sie chceeee
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user