mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-05-05 16:38:59 -04:00
Updated width of sidenav and fixed test
This commit is contained in:
@@ -50,7 +50,7 @@
|
||||
{% block maincolumn_content %}
|
||||
<div class="grid-row">
|
||||
{% if navigation_links %}
|
||||
<div class="tablet:grid-col-3 margin-bottom-4">
|
||||
<div class="tablet:grid-col-2 margin-bottom-4">
|
||||
<nav class="nav">
|
||||
<ul class="usa-sidenav">
|
||||
{% for item in navigation_links %}
|
||||
@@ -80,9 +80,9 @@
|
||||
|
||||
</nav>
|
||||
</div>
|
||||
<div class="tablet:grid-col-9 tablet:padding-left-4 usa-prose site-prose">
|
||||
<div class="tablet:grid-col-10 tablet:padding-left-4 usa-prose site-prose">
|
||||
{% else %}
|
||||
<div class="tablet:grid-col-9">
|
||||
<div class="tablet:grid-col-10">
|
||||
{% endif %}
|
||||
{% block content_column_content %}{% endblock %}
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user