From e52eed045f33fcca56e5a8d6a89b559012a07bc2 Mon Sep 17 00:00:00 2001 From: Ben Cotton Date: Apr 29 2020 15:32:26 +0000 Subject: Fix display of Labs on mobile by not trying to special-case mobile. The standard content works well enough on a variety of mobile settings. Fixes #1032 --- diff --git a/labs.fedoraproject.org/data/content/index.html b/labs.fedoraproject.org/data/content/index.html index bd64320..64ade71 100644 --- a/labs.fedoraproject.org/data/content/index.html +++ b/labs.fedoraproject.org/data/content/index.html @@ -133,95 +133,6 @@ - -
-
-
-
Astronomy banner
- Astronomy Screenshot -

${_('Explore the Outer Space.')}

- ${_('Powerful completely open-source and free tool for amateurs and professionals.')}
-
-
-
-
-
Comp Neuro banner
- Comp Neuro Screenshot -

${_('Explore the Brain.')}

- ${_('A plethora of Free/Open source computational modelling tools for Neuroscience.')}
-
-
-
-
-
Design suite banner
- Design-suite Screenshot -

${_('Open Creativity.')}

- ${_('Visual design, multimedia production, and publishing suite of free and open source creative tools.')}
-
-
- - - - -
-
-
Jam banner
- Jam Screenshot -

${_('Unleash your inner musician.')}

- ${_('For audio enthusiasts and musicians who want to create, edit and produce audio and music on Linux.')}
-
-
- -
-
-
Python Classroom banner
- Python Classroom Screenshot -

${_('Teach Python with ease')}

- ${_('A classroom lab for teaching the Python programming language to students')}
-
-
- - - - -
-
-
Security Lab banner
- Security Lab Screenshot -

${_('Thorough, safe and secure.')}

- ${_('A safe test environment to work on security auditing, forensics, system rescue and teaching security testing methodologies.')}
-
-
- -
- diff --git a/labs.fedoraproject.org/static/css/bootstrap.css b/labs.fedoraproject.org/static/css/bootstrap.css index 6f1717d..5ef2ab1 100644 --- a/labs.fedoraproject.org/static/css/bootstrap.css +++ b/labs.fedoraproject.org/static/css/bootstrap.css @@ -4403,86 +4403,6 @@ button.close { .visible-xs, tr.visible-xs, th.visible-xs, td.visible-xs { display: none!important; } -@media (max-width:767px) { - .visible-xs { - display: block!important; -} -table.visible-xs { - display: table; -} -tr.visible-xs { - display: table-row!important; -} -th.visible-xs, td.visible-xs { - display: table-cell!important; -} -}.visible-sm, tr.visible-sm, th.visible-sm, td.visible-sm { - display: none!important; -} -@media (min-width:768px) and (max-width:991px) { - .visible-sm { - display: block!important; -} -table.visible-sm { - display: table; -} -tr.visible-sm { - display: table-row!important; -} -th.visible-sm, td.visible-sm { - display: table-cell!important; -} -}.visible-md, tr.visible-md, th.visible-md, td.visible-md { - display: none!important; -} -@media (min-width:992px) and (max-width:1199px) { - .visible-md { - display: block!important; -} -table.visible-md { - display: table; -} -tr.visible-md { - display: table-row!important; -} -th.visible-md, td.visible-md { - display: table-cell!important; -} -}.visible-lg, tr.visible-lg, th.visible-lg, td.visible-lg { - display: none!important; -} -@media (min-width:1200px) { - .visible-lg { - display: block!important; -} -table.visible-lg { - display: table; -} -tr.visible-lg { - display: table-row!important; -} -th.visible-lg, td.visible-lg { - display: table-cell!important; -} -}@media (max-width:767px) { - .hidden-xs, tr.hidden-xs, th.hidden-xs, td.hidden-xs { - display: none!important; -} -}@media (min-width:768px) and (max-width:991px) { - .hidden-sm, tr.hidden-sm, th.hidden-sm, td.hidden-sm { - display: none!important; -} -}@media (min-width:992px) and (max-width:1199px) { - .hidden-md, tr.hidden-md, th.hidden-md, td.hidden-md { - display: none!important; -} -}@media (min-width:1200px) { - .hidden-lg, tr.hidden-lg, th.hidden-lg, td.hidden-lg { - display: none!important; -} -}.visible-print, tr.visible-print, th.visible-print, td.visible-print { - display: none!important; -} @media print { .visible-print { display: block!important; @@ -4500,4 +4420,4 @@ th.visible-print, td.visible-print { .hidden-print, tr.hidden-print, th.hidden-print, td.hidden-print { display: none!important; } -} \ No newline at end of file +}