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-right: auto;
|
||||
}
|
||||
.responsive {
|
||||
max-width: 100%;
|
||||
height: auto;
|
||||
}
|
||||
</style>
|
||||
</head>
|
||||
<body>
|
||||
|
@ -31,7 +35,7 @@
|
|||
|
||||
<img
|
||||
src="/maintenance.jpg"
|
||||
class="center"
|
||||
class="center responsive"
|
||||
alt="The serval cat is sitting on the keyboard"/>
|
||||
</body>
|
||||
</html>
|
||||
|
|
Loading…
Reference in a new issue