Full width package grid

This commit is contained in:
Thomas Smith 2022-10-28 17:07:47 -04:00
parent 8945192cc6
commit 3bbd97f5e1
2 changed files with 10 additions and 1 deletions

View file

@ -12,7 +12,7 @@
<p style="width:60%;">There are already plenty of packages available through tea. As the communitea builds the library, contributions will live here. We use <a href="https://stability.ai/blog/stable-diffusion-public-release">Stable Diffusion</a> to generate the artwork for each package using their title and code for input. Thats the power of Open Source.</p>
</div>
<hr>
<div class="container package-grid">
<div class="package-grid">
<!-- Start Package Grid -->

View file

@ -25,3 +25,12 @@
background-repeat: repeat;
background-size: contain;
}
@media only screen and (max-width: 576px) {
.package-grid{
padding-left: 0vw !important;
padding-right: 0vw !important;
}
}