mirror of https://github.com/zulip/zulip.git
integrations: Increase font size of logo disclaimer.
Increased font size from 11px to 13px. This text was unreadable on mobile as per Google report at 11px font size.
This commit is contained in:
parent
b8a70c71f0
commit
ed2ea4c8cc
|
@ -569,6 +569,11 @@ $category-text: hsl(219, 23%, 33%);
|
|||
margin: 20px 0;
|
||||
}
|
||||
|
||||
.logos_disclaimer {
|
||||
font-size: 13px;
|
||||
font-style: italic;
|
||||
}
|
||||
|
||||
@media (width >= 768px) {
|
||||
width: calc(100% - 200px);
|
||||
}
|
||||
|
|
|
@ -150,7 +150,7 @@
|
|||
{% if integration.is_enabled() %}
|
||||
<div id="{{ integration.name }}" class="integration-instructions markdown">
|
||||
<div class="help-content"></div>
|
||||
<p style="font-size:11px; font-style:italic;">
|
||||
<p class="logos_disclaimer">
|
||||
Logos are trademarks of their respective owners.
|
||||
None of the integrations on this page are created by,
|
||||
affiliated with, or supported by the companies
|
||||
|
|
Loading…
Reference in New Issue