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

Commit 8872cf2c authored by Akhil's avatar Akhil 🙂
Browse files

Added responsive fix to nc theme

parent def7f085
Loading
Loading
Loading
Loading
+7 −1
Original line number Diff line number Diff line
@@ -10,7 +10,13 @@
	src: local("Century Gothic Regular"),
	  url("../webfonts/GOTHIC.woff") format("woff");
  }
/* Mobile font sizes */
@media screen and (max-width: 768px) {
	#body-login #user, #body-login #password {
				   font-size: 1.1em !important;
   
		   }
   }  
  html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, code, del, dfn, em, img, q, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, dialog, figure, footer, header, hgroup, nav, section { margin:0; padding:0; border:0; outline:0; font-weight:inherit; font-size:100%; font-family:inherit; vertical-align:baseline; cursor:default; }
  html { height:100%; }
  article, aside, dialog, figure, footer, header, hgroup, nav, section { display:block; }