mirror of
https://github.com/safing/web
synced 2025-04-16 17:09:09 +00:00
Remove style
This commit is contained in:
parent
06732687a1
commit
58aa4282c2
1 changed files with 0 additions and 47 deletions
|
@ -39,7 +39,6 @@ layout: page
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
{% endif %}
|
{% endif %}
|
||||||
|
|
||||||
{% if site.data.next.cards.in_progress.size > 0 %}
|
{% if site.data.next.cards.in_progress.size > 0 %}
|
||||||
<div class="pt-12">
|
<div class="pt-12">
|
||||||
<div style="max-width: 750px; margin-top: 3rem; margin: auto;">
|
<div style="max-width: 750px; margin-top: 3rem; margin: auto;">
|
||||||
|
@ -75,49 +74,3 @@ layout: page
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</section>
|
</section>
|
||||||
|
|
||||||
<!--
|
|
||||||
this is only for the roadmap blog.
|
|
||||||
Luke will clean this at a later date.
|
|
||||||
-->
|
|
||||||
<style>
|
|
||||||
|
|
||||||
.gridwrapper{
|
|
||||||
display: grid;
|
|
||||||
grid-template-columns: repeat(1, auto);
|
|
||||||
grid-template-rows: auto;
|
|
||||||
grid-row-gap: 10px;
|
|
||||||
grid-auto-flow: row;
|
|
||||||
margin-left: auto;
|
|
||||||
margin-right: auto;
|
|
||||||
max-width: 1350px;
|
|
||||||
}
|
|
||||||
|
|
||||||
.card{
|
|
||||||
max-width: auto;
|
|
||||||
}
|
|
||||||
|
|
||||||
.shadowthing{
|
|
||||||
box-shadow: 0 0px 90px 0 rgba(59, 93, 199, 0.1), 0 0px 5px 0 rgba(0, 0, 0, 0);
|
|
||||||
}
|
|
||||||
|
|
||||||
@media (min-width: 768px) {
|
|
||||||
|
|
||||||
}
|
|
||||||
|
|
||||||
@media (min-width: 640px) {
|
|
||||||
.gridwrapper{
|
|
||||||
grid-template-columns: repeat(1, auto);
|
|
||||||
}
|
|
||||||
|
|
||||||
#icon{
|
|
||||||
margin-top: 2rem;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
@media (min-width: 1024px) {
|
|
||||||
|
|
||||||
|
|
||||||
}
|
|
||||||
|
|
||||||
</style>
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue