This website works better with JavaScript.
Home
Explore
Help
Sign In
Tissevert
/
chaoui
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Wiki
Activity
Browse Source
Fix page positioning preventing heavy zooming from truncating the left of it
block-order-mode
Tissevert
7 months ago
parent
29b886d9d5
commit
be806cee91
1 changed files
with
2 additions
and
3 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+2
-3
css/page.css
+ 2
- 3
css/page.css
View File
@ -1,8 +1,7 @@
#
page
{
background
:
#
fffdf5
;
position
:
absolute
;
left
:
50
%
;
transform
:
translateX
(
-50
%
)
;
position
:
relative
;
margin
:
auto
;
overflow
:
hidden
;
}
Write
Preview
Loading…
Cancel
Save