Skip to content

Commit

Permalink
Merge pull request #77 from rtCamp/fix/home-cards
Browse files Browse the repository at this point in the history
Fix Inconsistent Width of Sections on Mobile
  • Loading branch information
gagan0123 authored Nov 19, 2024
2 parents 30a547c + 0774120 commit 75872ec
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 18 deletions.
16 changes: 0 additions & 16 deletions public/assets/styles/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -701,10 +701,6 @@ video {
margin-bottom: 0.25rem;
}

.mb-16 {
margin-bottom: 4rem;
}

.mb-2 {
margin-bottom: 0.5rem;
}
Expand All @@ -725,14 +721,6 @@ video {
margin-left: 1rem;
}

.mt-1 {
margin-top: 0.25rem;
}

.mt-16 {
margin-top: 4rem;
}

.mt-4 {
margin-top: 1rem;
}
Expand Down Expand Up @@ -1163,10 +1151,6 @@ video {
max-width: 100%;
}

.md\:grid-cols-1 {
grid-template-columns: repeat(1, minmax(0, 1fr));
}

.md\:grid-cols-4 {
grid-template-columns: repeat(4, minmax(0, 1fr));
}
Expand Down
2 changes: 0 additions & 2 deletions src/common/index.ejs
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,6 @@
<%= renderCard('Storage Access API', '🗃️', '/storage-access-api') %>
<%= renderCard('Frame Overlay', '🔲', '/frame-overlay') %>
</div>
</div>
<div class="container-lg mx-auto py-8">
<h2 class="text-3xl font-bold text-left">PAT</h2>
<div class="grid grid-cols-1 md:grid-cols-4 gap-6 mb-8 mt-8 w-full md:w-[60rem] mx-auto max-w-80 md:max-w-full">
<%= renderCard('Privacy Sandcastle', '🔒', 'https://psat-pat-demos-home.dev/') %>
Expand Down

0 comments on commit 75872ec

Please sign in to comment.