mirror of
https://github.com/phpbb/phpbb.git
synced 2025-07-25 19:38:53 +00:00
Merge pull request #4031 from hanakin/ticket/14293
[ticket/14293]Fix postbody and profile responsive widths
This commit is contained in:
commit
b81db686a8
1 changed files with 8 additions and 1 deletions
|
@ -557,9 +557,16 @@
|
|||
}
|
||||
}
|
||||
|
||||
@media (min-width: 700px) {
|
||||
.postbody { width: 70%; }
|
||||
}
|
||||
|
||||
@media (min-width: 850px) {
|
||||
.postbody { width: 76%; }
|
||||
}
|
||||
|
||||
@media (max-width: 850px) {
|
||||
.postprofile { width: 28%; }
|
||||
.postbody { width: 70%; }
|
||||
}
|
||||
|
||||
@media (min-width: 701px) and (max-width: 950px) {
|
||||
|
|
Loading…
Add table
Reference in a new issue