Skip to content

Commit

Permalink
updated header size
Browse files Browse the repository at this point in the history
  • Loading branch information
vishnuraghavb committed Jan 7, 2022
1 parent afd96cf commit cb6f57e
Show file tree
Hide file tree
Showing 7 changed files with 31 additions and 16 deletions.
2 changes: 1 addition & 1 deletion assets/styles/T1.min.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions assets/styles/T1.scss
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,6 @@ header {
display: flex;
justify-content: flex-start;
flex-direction: column;
aspect-ratio: 1;
}
.headerImgC {
display: grid;
Expand All @@ -103,7 +102,7 @@ header {
grid-column: 1;
grid-row: 1;
width: 100%;
height: 100%;
height: 20rem;
object-position: top center;
object-fit: cover;
}
Expand All @@ -119,6 +118,7 @@ header {
#topActions {
flex-direction: row-reverse;
justify-content: space-between;
align-items: start;
& > div {
display: flex;
}
Expand Down
2 changes: 1 addition & 1 deletion assets/styles/T2.min.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions assets/styles/T2.scss
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,6 @@ header {
display: flex;
justify-content: flex-start;
flex-direction: column;
aspect-ratio: 1;
}
.headerImgC {
display: grid;
Expand All @@ -102,7 +101,7 @@ header {
grid-column: 1;
grid-row: 1;
width: 100%;
height: 100%;
height: 20rem;
object-position: top center;
object-fit: cover;
}
Expand All @@ -118,6 +117,7 @@ header {
#topActions {
flex-direction: row-reverse;
justify-content: space-between;
align-items: flex-start;
& > div {
display: flex;
}
Expand Down
Loading

0 comments on commit cb6f57e

Please sign in to comment.