Skip to content

Commit 74b3ebd

Browse files
committed
fix: powered by background size
1 parent ddf1975 commit 74b3ebd

File tree

1 file changed

+5
-8
lines changed

1 file changed

+5
-8
lines changed

src/main/frontend/sass/_layout.scss

Lines changed: 5 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -43,10 +43,11 @@
4343

4444
#poweredby {
4545
float: right;
46-
width: 120px;
47-
height: 56px;
46+
width: 7.5rem;
47+
height: 3.5rem;
4848
margin-bottom: 1rem;
4949
background: url(../images/powered-by.svg) no-repeat center;
50+
background-size: contain;
5051
}
5152

5253

@@ -73,10 +74,6 @@
7374
}
7475
}
7576

76-
#copyright {
77-
width: 15rem;
78-
text-align: right;
79-
p {
80-
padding: 0;
81-
}
77+
#copyright p {
78+
padding: 0;
8279
}

0 commit comments

Comments
 (0)