[frio] Improve display of introduction action buttons on mobile

This commit is contained in:
Hypolite Petovan 2020-12-23 03:26:29 -05:00
commit 692f91714a
2 changed files with 12 additions and 8 deletions

View file

@ -198,6 +198,11 @@ blockquote {
padding: 1px 5px;
font-size: 12px;
}
.btn.btn-danger {
color: #FFFFFF;
background-color: #AE0F0F;
}
.btn.btn-primary {
background: $nav_bg;
color: $btn_primary_color;