projects
/
WP-Plugins
/
glm-member-db-conditions.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2a7755f
)
Update styles
author
Steve Sutton
<steve@gaslightmedia.com>
Mon, 26 Feb 2018 16:47:45 +0000
(11:47 -0500)
committer
Steve Sutton
<steve@gaslightmedia.com>
Mon, 26 Feb 2018 16:47:45 +0000
(11:47 -0500)
Style for headers and font sizes.
views/front/conditions/HLP.html
patch
|
blob
|
history
diff --git
a/views/front/conditions/HLP.html
b/views/front/conditions/HLP.html
index
3064c53
..
0a227fc
100644
(file)
--- a/
views/front/conditions/HLP.html
+++ b/
views/front/conditions/HLP.html
@@
-119,13
+119,23
@@
width: 100%;
}
header.main #tag h1.conditions-title {
+ font-size: 1.85rem;
text-transform: none;
margin-top: 0;
padding-top: 0;
}
@media screen and (max-width: 1024px) {
+ #logo img {
+ width: 188px;
+ }
header.main #tag h1 {
- font-size: 1.25rem;
+ font-size: 2rem;
+ }
+ header.main #tag h1.conditions-title {
+ font-size: 2.5rem;
+ }
+ #main-content p {
+ font-size: 12px;
}
}
header.main #tag h1 a {