Skip to content

Commit

Permalink
Do not use small style in alerts on the blog
Browse files Browse the repository at this point in the history
  • Loading branch information
julioct committed Aug 5, 2023
1 parent aca1f3e commit d025188
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion _layouts/default.html
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@
</head>

<body data-spy="scroll" data-target=".fixed-top" style="display: block;">
<div class="alert alert-warning small text-center" role="alert" style="position: fixed; width: 100%; z-index: 1030;top: 0;">
<div class="alert alert-warning text-center" role="alert" style="position: fixed; width: 100%; z-index: 1030;top: 0;">
<b>Limited-time 15% Discount.</b> Use Coupon Code <b>KEEPLEARNING</b> on any Premium Course below ↘
</div>

Expand Down
2 changes: 1 addition & 1 deletion _layouts/post.html
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@
</head>

<body data-spy="scroll" data-target=".fixed-top" style="color: inherit;">
<div class="alert alert-warning small text-center" role="alert" style="position: fixed; width: 100%; z-index: 1030;top: 0;">
<div class="alert alert-warning text-center" role="alert" style="position: fixed; width: 100%; z-index: 1030;top: 0;">
<b>Limited-time 15% Discount.</b> Use Coupon Code <b>KEEPLEARNING</b> on any Premium Course below ↘
</div>

Expand Down

0 comments on commit d025188

Please sign in to comment.