Skip to content
This repository has been archived by the owner on Apr 15, 2022. It is now read-only.

Commit

Permalink
Fix banner padding
Browse files Browse the repository at this point in the history
  • Loading branch information
mikojimnz committed Nov 17, 2021
1 parent c88e24c commit 801d58e
Show file tree
Hide file tree
Showing 6 changed files with 27 additions and 21 deletions.
Binary file modified .DS_Store
Binary file not shown.
2 changes: 1 addition & 1 deletion app/login.html
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@

<div class="media-background-container">
<img class="media-background object-fit-cover" src="../img/ucf-downtown.jpg" alt="">
<div class="row banner-bottom">
<div class="row login-banner-bottom">
<div class="col col-12"><img src="../img/TheTab_sm.png" alt="" class="login-banner-logo"></div>
</div>
</div>
Expand Down
2 changes: 1 addition & 1 deletion app/reset.html
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@

<div class="media-background-container">
<img class="media-background object-fit-cover" src="../img/ucf-downtown.jpg" alt="">
<div class="row banner-bottom">
<div class="row login-banner-bottom">
<div class="col col-12"><img src="../img/TheTab_sm.png" alt="" class="login-banner-logo"></div>
</div>
</div>
Expand Down
19 changes: 11 additions & 8 deletions css/styles.css

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

2 changes: 1 addition & 1 deletion css/styles.css.map

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

23 changes: 13 additions & 10 deletions css/styles.scss
Original file line number Diff line number Diff line change
Expand Up @@ -80,8 +80,7 @@ header {
}

.banner-bottom {
padding-top: 30px;
height: 140px;
height: 110px;
}

.banner-logo {
Expand All @@ -90,14 +89,6 @@ header {
height: 85px;
}

.login-banner-logo {
display: block;
margin-left: auto;
margin-right: auto;
height: 85px;
// margin-top: 30px;
}

.banner-logo-text {
color: white;
white-space: nowrap;
Expand All @@ -109,6 +100,18 @@ header {
overflow: visible;
}

.login-banner-logo {
display: block;
margin-left: auto;
margin-right: auto;
height: 85px;
}

.login-banner-bottom {
padding-top: 30px;
height: 140px;
}

.media-background {
filter: brightness(50%);
}
Expand Down

0 comments on commit 801d58e

Please sign in to comment.