Hackerrank new templates in sandbox. updated a bunch of williams-sonoma stuff. GSU backup.
This commit is contained in:
@ -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>
|
||||
Reference in New Issue
Block a user