Explorar o código

#496, override row margin left in monaco editor. css minify does not allow me put this rule in bootstrap fixes section.

rebornix %!s(int64=8) %!d(string=hai) anos
pai
achega
4c208b788c
Modificáronse 1 ficheiros con 6 adicións e 0 borrados
  1. 6 0
      website/index/index.css

+ 6 - 0
website/index/index.css

@@ -179,6 +179,12 @@
 	color: #BBB;
 }
 
+@media (min-width: 1200px) {
+	.try .editor .row {
+		margin-left: 0px;
+	}
+}
+
 @media (max-width: 767px) {
 	.try .container {
 		margin: 0 24px;