#1097 fixed broken header
Closed 2 years ago by thunderbirdtr. Opened 2 years ago by lilyx.
Unknown source master  into  master

@@ -4,17 +4,17 @@

    xmlns:py="http://genshi.edgewall.org/"

    xmlns:xi="http://www.w3.org/2001/XInclude"

    py:strip="">

-     <div class="col-xs-12 col-sm-3 bluebox border">

+     <div class="col-xs-12 col-sm-4 bluebox border">

        <div class="text-center">

          <h3><a href="https://docs.fedoraproject.org/" alt="Fedora Docs"><i class="fa fa-fw fa-book header-icon"></i>${_('Fedora Documentation')}</a></h3>

        </div>

      </div>

-     <div class="col-xs-12 col-sm-3 bluebox border">

+     <div class="col-xs-12 col-sm-4 bluebox border">

        <div class="text-center">

          <h3><a href="https://ask.fedoraproject.org/" alt="Ask Fedora"><i class="fa fa-fw fa-question-circle header-icon"></i>${_('Help for Fedora Users')}</a></h3>

        </div>

      </div>

-     <div class="col-xs-12 col-sm-3 bluebox border">

+     <div class="col-xs-12 col-sm-4 bluebox border">

        <div class="text-center">

          <h3><a href="https://getfedora.org" alt="Get Fedora"><i class="fa fa-fw fa-download header-icon"></i>${_('Get Fedora')}</a></h3>

        </div>

no initial comment

Based on this commit "https://pagure.io/fedora-websites/c/7a30012e882d139425020107d4cb2fe5c808a09e?branch=master" this has been fix already and we can close this PR safely.

Thank you.

Pull-Request has been closed by thunderbirdtr

2 years ago
Metadata