Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
oge-dev committed Oct 19, 2024
1 parent 422790f commit aad9da7
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 10 deletions.
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
<body>
<section class="countdown-section">
<div class="countdown-content">
<h1>We're Launching Soon</h1>
<h2>We're Launching Soon</h2>
<div class="countdown">
<div class="time-box">
<span id="days">08</span>
Expand Down
6 changes: 2 additions & 4 deletions styles/css/style.css

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

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

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

5 changes: 1 addition & 4 deletions styles/sass/style.scss
Original file line number Diff line number Diff line change
Expand Up @@ -45,12 +45,9 @@ $primary-font-Weight: 700;
// style for the body of the webpage
body {
font-family: $primary-font-family;
font-size: $primary-font-size;
font-weight: $primary-font-Weight;
max-width: 100%;
background: linear-gradient(
to bottom,
$Dark-desaturated-blue,
$Very-dark-blue,
$Very-dark-blue-mostly-black
),
Expand All @@ -73,7 +70,7 @@ body {
height: 70vh;
}
// styling for h1 element within the countdown-content classname
.countdown-content h1 {
.countdown-content h2 {
// Using mixin to style h1 font
@include font-content(uppercase, 1.6em, 700, normal, 1.5, 0.4em, 0.5em);
margin: 0 0 4em;
Expand Down

0 comments on commit aad9da7

Please sign in to comment.