Skip to content

Commit

Permalink
Simplify "Projects" tab
Browse files Browse the repository at this point in the history
  • Loading branch information
kubgus committed Sep 8, 2024
1 parent fe9fa88 commit 5ad9aad
Showing 1 changed file with 2 additions and 9 deletions.
11 changes: 2 additions & 9 deletions src/components/content/projects.vue
Original file line number Diff line number Diff line change
Expand Up @@ -12,11 +12,8 @@

<template>
<div class="content-inner">
<div id="random-project">
<h1>Random Project</h1>
<p>This project was picked just for you to check out!</p>
<ProjectPreview :project="random_project" />
</div>
<h1>Random Project</h1>
<ProjectPreview :project="random_project" />

<h1>All Projects</h1>
<div class="projects">
Expand All @@ -26,10 +23,6 @@
</template>

<style scoped>
#random-project p {
margin-bottom: 0.8rem;
}
.projects {
display: grid;
grid-template-columns: repeat(auto-fit, minmax(400px, 1fr));
Expand Down

0 comments on commit 5ad9aad

Please sign in to comment.