Skip to content
Snippets Groups Projects
Commit f2e47203 authored by Bruno Bergher's avatar Bruno Bergher
Browse files

More readable media query declaration

parent ee906e8f
Branches
Tags
No related merge requests found
......@@ -26,6 +26,12 @@
transition: background .15s linear;
}
@media screen and (--breakpoint-min-sm) {
.HomeTab {
padding: 0.65rem 1.35rem 0.75rem;
}
}
.HomeTab:hover {
background-color: rgba(255, 255, 255, 0.4);
cursor: pointer;
......@@ -36,13 +42,6 @@
color: var(--grey-text-color);
}
@media screen and (--breakpoint-min-sm) {
.HomeTab {
padding: 0.65rem 1.35rem 0.75rem;
}
}
.bullet {
position: relative;
margin-left: 1.2em;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment