Responsive image on maintenance page

This commit is contained in:
Alex Kotov 2023-06-01 17:47:44 +04:00
parent 21ebbe71e2
commit fce832fcdf
Signed by: kotovalexarian
GPG Key ID: 553C0EBBEB5D5F08
1 changed files with 5 additions and 1 deletions

View File

@ -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>