We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e2605af commit e1bfeb0Copy full SHA for e1bfeb0
src/main/frontend/sass/_layout.scss
@@ -1,14 +1,11 @@
1
@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
- }
+ #logo {
+ display: block;
+ width: 12.75rem;
+ aspect-ratio: 7/3;
+ background: url(../images/existdb-web.svg) center left no-repeat;
+ text-indent: -999em;
+ outline: 0;
12
}
13
14
0 commit comments