fix: normalized and centralized sizes and padding
This commit is contained in:
parent
38cd37cf74
commit
e591c276f5
11 changed files with 108 additions and 101 deletions
|
@ -12,27 +12,27 @@
|
|||
|
||||
& .bottom {
|
||||
display: flex;
|
||||
gap: 1rem;
|
||||
gap: var(--padding-default);
|
||||
justify-content: space-between;
|
||||
color: var(--color-light);
|
||||
}
|
||||
|
||||
& .socials {
|
||||
font-size: 1.5rem;
|
||||
font-size: var(--font-size-xl);
|
||||
justify-content: center;
|
||||
margin-bottom: 2rem;
|
||||
margin-bottom: var(--padding-xl);
|
||||
}
|
||||
|
||||
& .data-links {
|
||||
justify-content: flex-end;
|
||||
font-size: .8rem;
|
||||
font-size: var(--font-size-s);
|
||||
}
|
||||
|
||||
& ul {
|
||||
list-style: none;
|
||||
display: flex;
|
||||
align-items: center;
|
||||
gap: 1rem;
|
||||
gap: var(--padding-default);
|
||||
|
||||
& a {
|
||||
color: var(--color-lightest);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue