Skip to content

Commit e1bfeb0

Browse files
committed
style: minor optimization in header scss
1 parent e2605af commit e1bfeb0

File tree

1 file changed

+7
-10
lines changed

1 file changed

+7
-10
lines changed

src/main/frontend/sass/_layout.scss

Lines changed: 7 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,11 @@
11
@media (min-width: 767px) {
2-
#header {
3-
background: var(--white) url(../images/header.gif) top right no-repeat;
4-
#logo {
5-
display: block;
6-
width: 12.75rem;
7-
aspect-ratio: 7/3;
8-
background: url(../images/existdb-web.svg) center left no-repeat;
9-
text-indent: -999em;
10-
outline: 0;
11-
}
2+
#logo {
3+
display: block;
4+
width: 12.75rem;
5+
aspect-ratio: 7/3;
6+
background: url(../images/existdb-web.svg) center left no-repeat;
7+
text-indent: -999em;
8+
outline: 0;
129
}
1310
}
1411

0 commit comments

Comments
 (0)