correct h1 mobile

This commit is contained in:
2021-11-23 14:43:46 +03:00
parent 84c381d7b0
commit b715f04805
3 changed files with 15 additions and 2 deletions

View File

@@ -1987,7 +1987,13 @@ img-fluid{
body {
width: 100%;
margin-right: 8px;
}
h1 {
font-size: 24px;
}
#left{
display: none;
@@ -2108,8 +2114,14 @@ img-fluid{
and (min-device-width : 340px)
and (max-device-width : 667px) {
h1 {
font-size: 24px;
}
body {
width: 100%;
margin-right: 8px;
}
#content{