13 lines
204 B
Plaintext
13 lines
204 B
Plaintext
.copyright {
|
|
color: #fff;
|
|
opacity: 0.7;
|
|
font-size: 20px;
|
|
transform: translate(116px, -40px);
|
|
}
|
|
|
|
.brand {
|
|
@media screen and (max-width: 860px) {
|
|
transform: scale(0.5) translateY(-50%);
|
|
}
|
|
}
|