Skip to content

Commit

Permalink
tweak styles
Browse files Browse the repository at this point in the history
  • Loading branch information
benubah committed Jan 27, 2024
1 parent a70d0e9 commit 129b467
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
7 changes: 4 additions & 3 deletions css/styles.scss
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,8 @@ $countdown-color: #5d5d76;
$banner-img: './img/banner-img.jpg';
$banner-text-position: center;
$title-bg-img: './img/background.jpg';

$title-text-h-position: left;
$title-text-v-position: center;


/*-- scss:rules --*/
Expand Down Expand Up @@ -46,8 +47,8 @@ body {
padding: 10px;
min-height: 250px;
display: grid;
justify-content: initial;
align-content: center;
justify-content: $title-text-h-position;
align-content: $title-text-v-position;
}

.title h1 {
Expand Down
2 changes: 1 addition & 1 deletion docs/site_libs/bootstrap/bootstrap.min.css

Large diffs are not rendered by default.

0 comments on commit 129b467

Please sign in to comment.