small browser view fixes

This commit is contained in:
timurgordon
2022-02-28 14:43:37 +03:00
parent ae3ca6b2a5
commit b1357d5ca5
4 changed files with 15 additions and 10 deletions

View File

@@ -28,6 +28,11 @@ img[src*="#medium"] {
margin: auto;
}
img[src*="#logo"] {
max-width: 260px;
margin: auto;
}
img[src*="#large"] {
width: 400px;
margin: auto;