Skip to content

Commit

Permalink
Stylelint
Browse files Browse the repository at this point in the history
  • Loading branch information
HHassig committed Oct 29, 2024
1 parent 04fd2b7 commit 81aebd5
Showing 1 changed file with 20 additions and 26 deletions.
46 changes: 20 additions & 26 deletions app/packs/stylesheets/decidim/decidim_application.scss
Original file line number Diff line number Diff line change
Expand Up @@ -84,52 +84,46 @@
}

.bcn-cat-link > a {
font-weight: 600;
font-size: 20px;
color: black;
line-height: 35px;
letter-spacing: -0.5px;
background-size: 0;
text-decoration: none;
font-family: "Source Sans Pro";
font-weight: 600;
font-size: 20px;
color: black;
line-height: 35px;
letter-spacing: -0.5px;
background-size: 0;
text-decoration: none;
font-family: "Source Sans Pro";
}

.logo-mobile {
display: none;
display: none;
}

.logo-desktop {
padding-right: 0rem;
padding-right: 0;
}

.bcn-cat-link > a:hover {
text-decoration: underline;
text-decoration: underline;
}

body > div.layout-container > header > div.brand-bar > div.bcn-logo > a > span {
display: none;
}

@media screen and (max-width: 1279px) {
.brand-bar {
padding-right: 1rem !important;
}
.brand-bar {
padding-right: 1rem !important;
}
}

@media screen and (max-width: 1024px) {
.logo-desktop {
display: none;
}

.logo-mobile {
display: block;
}
}
.logo-desktop {
display: none;
}

@media screen and (max-width: 768px) {
.brand-bar {
// grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
}
.logo-mobile {
display: block;
}
}

@media (min-width: 768px) {
Expand Down

0 comments on commit 81aebd5

Please sign in to comment.