Fix title styles.

This commit is contained in:
Miguel Medeiros
2021-10-26 21:47:17 -03:00
parent d6a9017267
commit 9264f3cf4f
14 changed files with 245 additions and 206 deletions

View File

@@ -74,13 +74,20 @@ h1 {
.tx-link {
display: block;
width: 100%;
top: 12px;
height: 100%;
top: 9px;
position: relative;
@media (min-width: 576px) {
top: 14px;
}
@media (min-width: 576px) {
top: 11px;
}
@media (min-width: 768px) {
top: 20px;
top: 17px;
}
}
.title-tx {
h2 {
line-height: 1;
margin-bottom: 10px;
}
}