Skip to content

Commit

Permalink
Add padding for withdraw view
Browse files Browse the repository at this point in the history
  • Loading branch information
zandercymatics committed Nov 8, 2024
1 parent fcaf1f1 commit 6ead9a2
Showing 1 changed file with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@
{% block title %}Withdraw request for {{ DomainRequest.requested_domain.name }} | {% endblock %}
{% load static url_helpers %}

{% block wrapperdiv %}
<div id="wrapper" class="wrapper--padding-top-4">
{% endblock wrapperdiv %}

{% block content %}
<div class="grid-container">
<div class="grid-col desktop:grid-offset-2 desktop:grid-col-8">
Expand Down

0 comments on commit 6ead9a2

Please sign in to comment.