Commit d457ad874b85812ffd56a699b3d276afa2e75d34
1 parent
f9b0b517
Exists in
master
and in
2 other branches
Adjusts in the login title css property
Showing
1 changed file
with
4 additions
and
1 deletions
Show diff stats
amadeus/static/css/base/amadeus_responsive.css
... | ... | @@ -258,9 +258,12 @@ |
258 | 258 | .mural .post_make .post-field h4 { |
259 | 259 | line-height: 1.6em; |
260 | 260 | } |
261 | + .outside-title{ | |
262 | + font-size:1.5em; | |
263 | + } | |
261 | 264 | } |
262 | 265 | @media(max-width:610px){ |
263 | 266 | .outside-title{ |
264 | - font-size:1em; | |
267 | + font-size:1.5em; | |
265 | 268 | } |
266 | 269 | } | ... | ... |