mirror of
https://github.com/NodeBB/NodeBB.git
synced 2026-07-28 16:20:50 +02:00
fix font size in appearance menus
This commit is contained in:
@@ -38,8 +38,12 @@
|
||||
background-size: contain;
|
||||
}
|
||||
|
||||
.mdl-card__supporting-text h2 {
|
||||
margin-bottom: 15px;
|
||||
.mdl-card__supporting-text {
|
||||
font-size: 1.5rem;
|
||||
|
||||
h2 {
|
||||
margin-bottom: 15px;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user