Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 6c1c8807 authored by Akhil's avatar Akhil 🙂
Browse files

Removed important font-size entry in @media query

parent f722b481
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -13,7 +13,7 @@
/* Mobile font sizes */
@media screen and (max-width: 768px) {
	#body-login #user, #body-login #password {
				   font-size: 1.1em !important;
				   font-size: 1.1em;
   
		   }
   }