Hackerrank new templates in sandbox. updated a bunch of williams-sonoma stuff. GSU backup.

This commit is contained in:
Norm Rasmussen
2024-10-24 16:50:02 -04:00
parent 1335c4c29b
commit 3626ead591
42 changed files with 839 additions and 265 deletions

View File

@ -17,3 +17,27 @@
</div>
</div>
{% endif %}
<style>
.np-alert {
margin-top: 70px;
}
@media (min-width: 768px) {
.np-alert {
margin-top: 64px;
}
}
@media (min-width: 1024px) {
.np-alert {
margin-top: 90px;
}
}
@media (min-width: 1366px) {
.np-alert {
margin-top: 100px;
}
}
</style>