Change px values to rem values in font-size declarations
This commit is contained in:
@@ -3,7 +3,7 @@
|
||||
|
||||
{% block style %}
|
||||
h1{
|
||||
font-size: 32px;
|
||||
font-size: 2rem;
|
||||
font-weight: normal;
|
||||
}
|
||||
#error-box, #error-message{
|
||||
|
||||
@@ -16,7 +16,7 @@
|
||||
padding:10px;
|
||||
}
|
||||
.subscriptions-import-form h2{
|
||||
font-size: 20px;
|
||||
font-size: 1.25rem;
|
||||
margin-bottom: 10px;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user