improved floating of title in experience.css

This commit is contained in:
lukas-heiligenbrunner 2020-03-20 17:53:16 +01:00
parent 0b305db055
commit 01db74dc6e
2 changed files with 16 additions and 4 deletions

View File

@ -45,4 +45,11 @@
#section5 {
height: 50%;
}
}
/* Screen smaller than 600px -- general small width screens */
@media screen and (max-width: 1200px) {
#section5 {
height: 100%;
}
}

View File

@ -92,26 +92,31 @@
}
.tab {
display: inline-block;
display: inline;
width: auto;
/*float: left;*/
margin: 2px;
border: 0.5mm solid hsla(0, 100%, 50%, 0);
padding: 2px 2px 2px 0;
clear: none;
margin-bottom: 70px;
margin-bottom: 20px;
}
#tab1 + .tab {
margin-left: 15px;
}
#tab4 + .tab {
float: none;
display: block;
}
.content {
position: static;
display: block;
float: none;
width: auto;
height: 450px;
height: 350px;
}
.ratiobtn:checked + .tab {