Skip to content

Commit

Permalink
updates to small projects
Browse files Browse the repository at this point in the history
  • Loading branch information
Mole1424 committed Oct 30, 2023
1 parent 54949c6 commit d40c27b
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 4 deletions.
3 changes: 2 additions & 1 deletion static/css/projects.css
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@
@media screen and (max-width: 566px) {
.projects {
width: 100vw;
min-height: 92vh;
height: 92vh;
margin: 0 auto;
display: flex;
flex-direction: column;
Expand All @@ -142,6 +142,7 @@
}

.project {
height: 100%;
width: 80vw;
flex-shrink: 0;
scroll-snap-align: center;
Expand Down
4 changes: 2 additions & 2 deletions templates/projects.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ <h2>Projects</h2>
Here are some of the projects I've worked on. Click on a project to learn more about it.
</p>
<p>
A list of smaller projects I have worked on but I don't think require a full blog post can be found <a
href="/projects/smallprojects">here</a>
I also have a list of <a href="/projects/smallprojects">smaller projects</a> which I think are cool
but aren't big enough to have their own full blog.
</p>
</div>
<div class="projectcards">
Expand Down
2 changes: 1 addition & 1 deletion templates/smallprojects.html
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ <h2>
</li>
{% else %}
<li>
<p>No small projects yet :(</p>
<p>No small projects yet :(, please check back soon™</p>
</li>
{% endfor %}
</ul>
Expand Down

0 comments on commit d40c27b

Please sign in to comment.