#35 Flex: auto added to page so it expands to the available width
Opened 3 years ago by kaylee20. Modified 3 years ago
fedora-docs/ kaylee20/fedora-docs-ui feature  into  master

file modified
+1
@@ -7,6 +7,7 @@ 

  

  @media (min-width: 1024px) {

    .doc {

+   	flex:auto;

      margin: 0 2rem;

      max-width: 54rem;

    }

This pull request made changes where;
- The page is sized according to its width and height properties
- It takes up the space without leaving an enormous and disproportionate gap on the right of the screen

Signed off by Oyelakin Mercy oyelakinmercy68@gmail.com

Metadata