1
0
mirror of https://github.com/bingohuang/docker-labs.git synced 2025-07-13 17:42:53 +08:00

Fix welcome image width

This commit is contained in:
Chris 2016-11-21 12:02:52 +02:00 committed by Jonathan Leibiusky
parent 4dc98cc252
commit 7e368aaf1f

View File

@ -36,6 +36,10 @@ md-card-content.terminal {
text-align: center;
}
.welcome > div > img {
max-width: 100%;
}
.g-recaptcha div {
margin-left: auto;
margin-right: auto;