X-Git-Url: https://git.josue.xyz/?a=blobdiff_plain;f=styles%2Fmain.css;fp=styles%2Fmain.css;h=0b3d0f0913e5892cc7983b95c661efbfed38dca2;hb=9f69ac8864405b5dfb52f9722f20180402e19ddc;hp=d3e5ec4d656aff650c74d7b11ad0090dcbaab59a;hpb=62e801ff36b720eeb0851695ed7c6a8f9bfc0fa4;p=VSoRC%2F.git diff --git a/styles/main.css b/styles/main.css index d3e5ec4..0b3d0f0 100644 --- a/styles/main.css +++ b/styles/main.css @@ -86,27 +86,23 @@ flex-grow: 1; justify-content: space-around; align-items: stretch; align-content: stretch; */ -} - -.CPU { - display: flex; - align-items: stretch; - align-content: stretch; - justify-content: space-around; -} -.CPU div{ - flex-shrink:1; -} -.iframea { - display: flex; width: 100%; - height: 40em; - overflow: auto; - border-radius: 20px; + display: flex; + flex-flow: row wrap } -#ram, #cpu, #trafico{ - +.RAM{ + flex-basis: 60% +} +.CPU{ + flex-basis: 30%; + flex-grow: 1; +} +.TRAFFIC{ + flex-basis: 100% } + + + .navbar{ width: auto; }