|
@@ -172,7 +172,7 @@ section[role="main-content"]{
|
|
@include teasersfilet(8em, 0.5em);
|
|
@include teasersfilet(8em, 0.5em);
|
|
}
|
|
}
|
|
// responsive
|
|
// responsive
|
|
- @media only screen and (max-width: $small-bp) {
|
|
|
|
|
|
+ @media only screen and (max-width: $small-bp), (orientation: portrait) {
|
|
header{
|
|
header{
|
|
h1{
|
|
h1{
|
|
font-size: 5em;
|
|
font-size: 5em;
|
|
@@ -530,7 +530,7 @@ section[role="main-content"]{
|
|
time{
|
|
time{
|
|
font-weight: 600;
|
|
font-weight: 600;
|
|
}
|
|
}
|
|
- @media only screen and (max-width: $small-bp) {
|
|
|
|
|
|
+ @media only screen and (max-width: $small-bp), (orientation: portrait) {
|
|
background-color: #fff;
|
|
background-color: #fff;
|
|
padding: 1em;
|
|
padding: 1em;
|
|
box-shadow: 0 0 10px $gris;
|
|
box-shadow: 0 0 10px $gris;
|
|
@@ -826,7 +826,7 @@ section[role="main-content"]{
|
|
}
|
|
}
|
|
}
|
|
}
|
|
// responsive
|
|
// responsive
|
|
- @media only screen and (max-width: $small-bp) {
|
|
|
|
|
|
+ @media only screen and (max-width: $small-bp), (orientation: portrait) {
|
|
position: relative;
|
|
position: relative;
|
|
>nav{
|
|
>nav{
|
|
$top: 45px;
|
|
$top: 45px;
|
|
@@ -976,7 +976,7 @@ footer[role="tools"]{
|
|
z-index: 9;
|
|
z-index: 9;
|
|
background-color: $gris;
|
|
background-color: $gris;
|
|
padding:1.2em $side-padding;
|
|
padding:1.2em $side-padding;
|
|
- @media only screen and (max-width: $small-bp) {
|
|
|
|
|
|
+ @media only screen and (max-width: $small-bp), (orientation: portrait) {
|
|
padding:1.2em $side-padding/2;
|
|
padding:1.2em $side-padding/2;
|
|
}
|
|
}
|
|
max-height: $list-item-h * 3;
|
|
max-height: $list-item-h * 3;
|
|
@@ -1026,7 +1026,7 @@ footer[role="tools"]{
|
|
}
|
|
}
|
|
|
|
|
|
// responsive
|
|
// responsive
|
|
- @media only screen and (max-width: $small-bp) {
|
|
|
|
|
|
+ @media only screen and (max-width: $small-bp), (orientation: portrait) {
|
|
position: relative;
|
|
position: relative;
|
|
>header{
|
|
>header{
|
|
padding:0 0 1em 0;
|
|
padding:0 0 1em 0;
|
|
@@ -1053,7 +1053,7 @@ footer[role="tools"]{
|
|
#footer-bottom{
|
|
#footer-bottom{
|
|
z-index: 10;
|
|
z-index: 10;
|
|
padding:0 $side-padding;
|
|
padding:0 $side-padding;
|
|
- @media only screen and (max-width: $small-bp) {
|
|
|
|
|
|
+ @media only screen and (max-width: $small-bp), (orientation: portrait) {
|
|
padding:0 $side-padding/2;
|
|
padding:0 $side-padding/2;
|
|
}
|
|
}
|
|
background-color: $bleuroi;
|
|
background-color: $bleuroi;
|
|
@@ -1168,7 +1168,7 @@ footer[role="tools"]{
|
|
}
|
|
}
|
|
|
|
|
|
// responsive
|
|
// responsive
|
|
- @media only screen and (max-width: $small-bp) {
|
|
|
|
|
|
+ @media only screen and (max-width: $small-bp), (orientation: portrait) {
|
|
form{
|
|
form{
|
|
fieldset{
|
|
fieldset{
|
|
&.search{
|
|
&.search{
|