mirror of
https://github.com/yusufipk/teknolojirehberleri.xyz.git
synced 2026-09-11 19:06:07 +00:00
27 lines
353 B
SCSS
27 lines
353 B
SCSS
.footer {
|
|
display: flex;
|
|
justify-content: center;
|
|
|
|
background-color: var(--color-grey);
|
|
padding: 1.6rem;
|
|
|
|
&_text {
|
|
display: flex;
|
|
flex-direction: column;
|
|
|
|
text-align: center;
|
|
|
|
&-main {
|
|
font-size: 2rem;
|
|
}
|
|
|
|
&-secondary {
|
|
font-size: 1.6rem;
|
|
|
|
a {
|
|
color: var(--color-tertiary);
|
|
}
|
|
}
|
|
}
|
|
}
|