styling fix updates
This commit is contained in:
parent
a7ef35cb0f
commit
c02ada5cbf
6 changed files with 15 additions and 90 deletions
|
|
@ -139,6 +139,17 @@
|
|||
.mx-auto {
|
||||
max-width: 1320px;
|
||||
}
|
||||
|
||||
.bg-gray-700 {
|
||||
background-color: rgba(55,65,81,1);
|
||||
border-color: transparent;
|
||||
border-radius: .375rem;
|
||||
color: rgba(249,250,251,1);
|
||||
font-size: .875rem;
|
||||
line-height: 1.25rem;
|
||||
text-decoration: none;
|
||||
display: inline-flex;
|
||||
}
|
||||
</style>
|
||||
{% block extra_css %}
|
||||
{% endblock %}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue