Fix titles height inconsistencies.

This commit is contained in:
Miguel Medeiros
2021-10-11 22:33:20 -03:00
parent 88e7c4d3f8
commit e460372870
9 changed files with 105 additions and 86 deletions

View File

@@ -2,53 +2,44 @@
padding: 0.55rem;
}
.title-block {
color: #FFF;
padding-top: 20px;
border-top: 3px solid #FFF;
width: 100%;
padding-bottom: 30px;
display: flex;
flex-direction: column;
justify-content: space-between;
@media (min-width: 768px) {
padding-bottom: 0px;
}
}
h1{
margin-top: 2px;
margin-bottom: 0;
float: left;
margin-top: 2px;
@media (min-width: 768px){
margin-top: -8px;
}
}
.container-buttons {
text-align: right;
width: 100%;
@media (min-width: 850px) {
width: auto;
align-self: start;
width: auto;
margin-right: 15px;
right: 0;
position: absolute;
@media (min-width: 650px) {
right: auto;
margin-right: auto;
position: relative;
}
@media (min-width: 768px) {
align-self: center;
float: right;
}
}
.title-block {
height: 100px;
flex-direction: column;
h1 {
margin-bottom: 0rem;
}
@media (min-width: 650px) {
height: 80px;
flex-direction: row;
h1 {
margin-bottom: 1rem;
}
}
}
.tx-link {
display: block;
width: auto;
margin-bottom: 10px;
margin-left: 2px;
margin-top: 40px;
position: absolute;
@media (min-width: 768px) {
margin-top: 14px;
margin-left: 10px;
position: relative;
text-align: left;
width: auto;
float: left;
display: flex;
@media (min-width: 650px) {
margin-left: 15px;
align-self: end;
margin-bottom: 3px;
}
}
@@ -134,4 +125,4 @@ h1{
@media (min-width: 768px){
display: inline-block;
}
}
}