Skip to content
Snippets Groups Projects
Verified Commit 14f379b9 authored by João Magalhães's avatar João Magalhães :rocket:
Browse files

feat: better CSS structure

parent e70ac788
No related branches found
No related tags found
No related merge requests found
Pipeline #1487 passed
.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 {
......
......@@ -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;
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment