feature: mobile - classes added

This commit is contained in:
gaelle morin
2021-01-19 19:59:24 +01:00
parent ba9fe94ca7
commit f2f33073fc
28 changed files with 205 additions and 158 deletions

View File

@ -33,7 +33,7 @@ header {
color: var(--color-heading);
align-self: center;
@media(min-width: 640px) {
@media(min-width: 768.01px) {
margin-right: 23px;
}
@ -80,7 +80,7 @@ header {
.solid-notifications__triangle-shadow {
display: none;
@media(min-width: 1024px) {
@media(min-width: 768.01px) {
background: white;
display: block;
position: absolute;
@ -118,7 +118,7 @@ header {
top: 2.5em;
width: 100vw;
@media(min-width: 1024px) {
@media(min-width: 768.01px) {
max-height: calc(100vh - 93px);
position: absolute;
left: auto;
@ -223,11 +223,7 @@ header {
line-height: 17px;
margin-top: 4px;
@media(min-width: 640px) {
max-width: 226px;
}
@media(min-width: 1024px) {
@media(min-width: 768.01px) {
max-width: 256px;
}
}