Responsive image on maintenance page
This commit is contained in:
parent
21ebbe71e2
commit
fce832fcdf
1 changed files with 5 additions and 1 deletions
|
@ -18,6 +18,10 @@
|
||||||
margin-left: auto;
|
margin-left: auto;
|
||||||
margin-right: auto;
|
margin-right: auto;
|
||||||
}
|
}
|
||||||
|
.responsive {
|
||||||
|
max-width: 100%;
|
||||||
|
height: auto;
|
||||||
|
}
|
||||||
</style>
|
</style>
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
|
@ -31,7 +35,7 @@
|
||||||
|
|
||||||
<img
|
<img
|
||||||
src="/maintenance.jpg"
|
src="/maintenance.jpg"
|
||||||
class="center"
|
class="center responsive"
|
||||||
alt="The serval cat is sitting on the keyboard"/>
|
alt="The serval cat is sitting on the keyboard"/>
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
|
|
Loading…
Reference in a new issue