Skip to content

Improve layout

  • Use bootstrap responsive grid for the application lists
  • Add a more helpful alt text
  • Make the sidebar responsive

Need the following css code in the kde-org in the end of css/applications.css:

#sidebar {
   color: #444;
   min-height: 200px;
   padding-left: 15px;
   padding-right: 15px;
   border: 1px solid #ccc;
   font-size: 10pt;
   text-align: left;
}

@media (min-width: 768px) {
    .order-md-last {
        order: last
    }
    .order-md-first {
        order: first
    }
}

Screenshots:

Screenshot_2019-05-24_KDE_s_Applications_-_KDE_org

Screenshot_2019-05-24_Education_-_KDE_orgScreenshot_2019-05-24_Cervisia_-CVS_Frontend-_KDE_org

Edited by Carl Schwan

Merge request reports