diff --git a/examples/web/react/app.css b/examples/web/react/app.css index 067b2015ed036a8e715ca512d791690958b42bd5..f21e17fbb362d937ec40c4108a3e96e2fd4fe010 100644 --- a/examples/web/react/app.css +++ b/examples/web/react/app.css @@ -1,7 +1,8 @@ .app { color: #ffffff; font-family: VT323, Roboto, Open Sans, Arial, Helvetica, sans-serif; - margin: 0px 0px 0px 0px; + margin: 0px auto 0px auto; + max-width: 1400px; } .app h3 { diff --git a/examples/web/react/components/registers-gb/registers-gb.css b/examples/web/react/components/registers-gb/registers-gb.css index f340c76e04f06c9354cb5a2b44fe034f4b682ee6..0801939b049a3955f55675c88db3af75cb271045 100644 --- a/examples/web/react/components/registers-gb/registers-gb.css +++ b/examples/web/react/components/registers-gb/registers-gb.css @@ -20,13 +20,13 @@ .registers-gb > .section > .register > .register-key { display: inline-block; - width: 40px; font-size: 20px; + width: 40px; } .registers-gb > .section > .register > .register-value { display: inline-block; - width: 66px; - text-align: right; font-size: 20px; + text-align: right; + width: 66px; }