#1025 Fixed styling bug for smaller resolution.
Closed 3 years ago by bcotton. Opened 4 years ago by sarkaaa.
sarkaaa/fedora-websites fix-1023  into  master

@@ -410,6 +410,7 @@ 

  /* ARM */

  

  .white {

+   display: flex;

    background-color: #fff;

    color: #000;

    margin: 10px 0px 5px;
@@ -429,8 +430,6 @@ 

    margin-top: 8px;

    font-weight: 400;

    text-align: right;

-   padding-left: 0px;

-   padding-right: 0px;

  }

  

  .white p.download {
@@ -458,6 +457,10 @@ 

    left: 0;

  }

  

+ .white div:nth-child(3) {

+   padding-left: 0;

+ }

+ 

  .sup {

    font-size: 60%;

    vertical-align: super;
@@ -916,6 +919,11 @@ 

    background-image: none;

  }

  

+ .using .white p {

+   padding-left: 0px;

+   padding-right: 0px;

+ }

+ 

  /*Pre-release page */

  .prerelease-header {

    width: 500px;

This PR fixes #1023.

I've changed the styling for a paragraph, where are the types defined (2.8GB DVD iso, 552MB netinstall iso, etc..).

This is really simple fix, can someone who maintains this repository take a look at this please?

Metadata Update from @bcotton:
- Request assigned

3 years ago

Metadata Update from @bcotton:
- Pull-request tagged with: alt.fp.o, css

3 years ago

The PR doesn't have rebasing enabled, but I cherry-picked the fix. Thanks @sarkaaa! I'm going to close this, but you still get credit for fixing it in the git history :-)

Pull-Request has been closed by bcotton

3 years ago

@bcotton I'm sorry for this complication. I will enable it in the next PR :). Thanks for the merge.