Skip to content

Commit

Permalink
fixing thins
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexFonte committed Jun 23, 2024
1 parent bf4cc60 commit 9a3805c
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
1 change: 0 additions & 1 deletion contact.html
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,6 @@
<h1>Contact us</h1>
<p>We’re on a mission to deliver engaging, curated courses at a reasonable price.</p>
</div>
</div>

<div class="hight-flex">
<div class="panel-left contact">
Expand Down
3 changes: 1 addition & 2 deletions css/estils.css
Original file line number Diff line number Diff line change
Expand Up @@ -412,7 +412,7 @@ input:focus-visible {
grid-template-columns: repeat(1, 1fr);
}

.grid-courses {
. {
display: grid;
gap: 3rem;
grid-template-columns: repeat(1, 1fr);
Expand Down Expand Up @@ -696,7 +696,6 @@ a.button {

box-shadow: inset 0px 3px 10px 0px rgba(0, 0, 0, 0.2);
background-color: var(--border-color);
/* linear-gradient(to bottom, var(--border-color), var(--bg-light-blue)); */
padding: 5rem 0;
}

Expand Down

0 comments on commit 9a3805c

Please sign in to comment.