Fix title styles.

This commit is contained in:
Miguel Medeiros
2021-10-26 21:47:17 -03:00
parent 764eeb17ec
commit 873f214245
14 changed files with 245 additions and 206 deletions

View File

@@ -21,28 +21,29 @@
}
.title-block {
height: 100px;
flex-direction: column;
h1 {
margin-bottom: 0rem;
}
@media (min-width: 650px) {
height: 80px;
@media (min-width: 650px) {
flex-direction: row;
h1 {
margin-bottom: 1rem;
}
}
}
h1 {
margin: 0rem;
line-height: 1;
}
}
.tx-link {
display: flex;
margin-bottom: 0px;
margin-top: 8px;
@media (min-width: 650px) {
margin-left: 15px;
align-self: end;
margin-bottom: 9px;
margin-left: 15px;
margin-top: 0px;
margin-bottom: -3px;
}
@media (min-width: 768px) {
margin-bottom: 2px;
margin-bottom: 0px;
top: 1px;
position: relative;
}
}
@@ -71,10 +72,6 @@
color: #dc3545;
}
.btn {
margin-top: 5px;
}
.container-xl {
margin-bottom: 40px;
}
@@ -123,9 +120,26 @@
}
}
.effective-fee-container{
.effective-fee-container {
display: block;
@media (min-width: 768px){
display: inline-block;
}
}
.title {
h2 {
line-height: 1;
margin: 0;
padding-bottom: 10px;
}
}
.btn-outline-info {
margin-top: -10px;
@media (min-width: 768px){
display: inline-block;
margin-top: 0px;
}
}