footer - style and add tommy milliot mention
This commit is contained in:
parent
43771c082b
commit
719b4998b0
3 changed files with 24 additions and 6 deletions
|
|
@ -2,10 +2,17 @@
|
|||
--padding-vertical: var(--space-m);
|
||||
background-color: var(--color-brown);
|
||||
display: grid;
|
||||
grid-template-columns: 0.5fr 1fr 1fr 1fr;
|
||||
grid-template-columns: 0.9fr 1fr 1fr 0.9fr;
|
||||
column-gap: calc(var(--space-m));
|
||||
border-top: var(--border);
|
||||
margin-top: -1px;
|
||||
font-size: 1rem;
|
||||
}
|
||||
|
||||
.main-footer .first-column {
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
justify-content: space-between;
|
||||
}
|
||||
|
||||
.main-footer p {
|
||||
|
|
|
|||
|
|
@ -165,6 +165,9 @@
|
|||
.no-padding {
|
||||
padding: 0 !important;
|
||||
}
|
||||
.no-margin {
|
||||
margin: 0 !important;
|
||||
}
|
||||
|
||||
.shift-large {
|
||||
margin-left: var(--shift-large);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue