You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
17 lines
187 B
17 lines
187 B
// 1024up
|
|
|
|
|
|
footer{
|
|
|
|
.logo-container{
|
|
text-align: left;
|
|
}
|
|
|
|
.footer-logo,
|
|
p{
|
|
position: absolute;
|
|
top: 50%;
|
|
transform: translateY(-50%);
|
|
text-align: left;
|
|
}
|
|
}
|