fix: image zoom over 100% (#998)

This commit is contained in:
Aman Harwara
2022-04-25 19:51:39 +05:30
committed by GitHub
parent 46582b2577
commit d0d97a8dbc
3 changed files with 31 additions and 17 deletions

View File

@@ -347,6 +347,10 @@
max-width: 35ch;
}
.max-w-full {
max-width: 100%;
}
.mb-4 {
margin-bottom: 1rem;
}