Skip to content

Commit f8940da

Browse files
committed
Fixed description vertical align for mobile
1 parent d2b1cc4 commit f8940da

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

resources/css/groupdocs.viewer.mobile.css

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,10 +20,10 @@
2020
}
2121

2222
#container{
23-
width: 158px;
24-
top: 0;
23+
width: 158px;height: 360px;
24+
2525
margin-left: -79px;
26-
margin-top: 140px;
26+
margin-top: -180px;
2727
}
2828

2929
#container > h1{

0 commit comments

Comments
 (0)