Skip to content

Commit 2482654

Browse files
authored
Apply suggestions from code review
Minor template styling Co-authored-by: Jenny Wong <jnywong.pro@gmail.com>
1 parent a912923 commit 2482654

1 file changed

Lines changed: 7 additions & 3 deletions

File tree

src/jupyterhub_usage_quotas/templates/usage.html

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<style>
88
.metric-container {
99
display: block;
10-
gap: 16px;
10+
padding-top: 16px;
1111
align-items: flex-start;
1212
}
1313
.metric-resource {
@@ -100,17 +100,21 @@
100100
font-size: 15px;
101101
margin: 0;
102102
}
103+
.subtitle {
104+
color: #6b7280;
105+
margin-top: 16px;
106+
}
103107
.footer-note {
104108
color: #374151;
105109
font-size: 15px;
106-
margin-top: 64px;
110+
margin-top: 20px;
107111
line-height: 1.6;
108112
}
109113
</style>
110114
{% endblock %}
111115

112116
{% block main %}
113-
<div style="max-width: 900px; margin: 0 auto; padding: 0 20px 40px;">
117+
<div style="max-width: 900px; margin: 0 auto; padding: 40px 20px 40px;">
114118
<h1>Usage</h1>
115119
<p class="subtitle">View your current resource usage and quota</p>
116120
<div class="metric-container">

0 commit comments

Comments
 (0)