This commit is contained in:
parent
8cab2ca6b0
commit
e905c11f70
4 changed files with 49 additions and 45 deletions
|
@ -382,6 +382,10 @@ li .dropdown-item-mobile {
|
|||
/* ========================
|
||||
Button
|
||||
======================== */
|
||||
.btn {
|
||||
font-size: 1.15rem;
|
||||
}
|
||||
|
||||
.btn-primary {
|
||||
border: 1px solid var(--color-primary-button-dark);
|
||||
background-color: var(--color-primary-button-dark);
|
||||
|
@ -558,7 +562,7 @@ footer {
|
|||
}
|
||||
|
||||
.feed-content {
|
||||
font-size: 1rem;
|
||||
font-size: 1.1rem;
|
||||
line-height: 1.6;
|
||||
margin-bottom: 0.75rem;
|
||||
overflow: hidden;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue