Skip to content

Commit

Permalink
Implements feedback
Browse files Browse the repository at this point in the history
  • Loading branch information
vickyz223 committed Oct 13, 2023
1 parent ce5a7c5 commit 46aabfd
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 2 deletions.
10 changes: 8 additions & 2 deletions _sass/_ailessons.scss
Original file line number Diff line number Diff line change
Expand Up @@ -158,8 +158,7 @@ label {
margin: 3rem;

display: flex;
flex-direction: column;
gap: 3rem;
justify-content: center;

@media (max-width: 767px) {
margin: 1rem;
Expand All @@ -168,6 +167,13 @@ label {
}
}

.content {
max-width: 900px;
display: flex;
flex-direction: column;
gap: 4rem;
}

.reset {
padding: 0;
margin: 0;
Expand Down
3 changes: 3 additions & 0 deletions ai_ml_lesson.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@
---

<div class="page">
<div class="content">

<div class="image-title">
<img
class="responsive-img"
Expand Down Expand Up @@ -213,4 +215,5 @@ <h3>Intro to Machine Learning</h3>
</div>
</div>
</div>
</div>
</div>

0 comments on commit 46aabfd

Please sign in to comment.