take out Evandre changes

This commit is contained in:
tiago.kayaya
2022-04-08 15:49:35 +01:00
parent c209680add
commit c5656fd82f
5 changed files with 15 additions and 17 deletions
+1 -1
View File
@@ -47,7 +47,7 @@
</div>
</div>
<div *ngIf="this.platform.is('desktop')" class="desktop mx-20">
<div class="desktop mx-20">
<div class="d-flex justify-space-between align-center">
<div tab="events" class="div-logo height-fit-content">
<div class="logo-icon">
+9 -8
View File
@@ -121,16 +121,17 @@
display: none;
}
// @media only screen and (min-width: 1366px) {
@media only screen and (min-width: 1366px) {
// .mobile{
// display: none !important;
// }
// .desktop{
// display: block;
// }
.mobile{
display: none !important;
}
.desktop{
display: block;
}
}
// }
.mobile{
display: none !important;
}