• There is NO official Otland's Discord server and NO official Otland's server list. The Otland's Staff does not manage any Discord server or server list. Moderators or administrator of any Discord server or server lists have NO connection to the Otland's Staff. Do not get scammed!

Need help with a Modern Aac Layout

undead mage

Active Member
Joined
Mar 25, 2012
Messages
364
Solutions
2
Reaction score
47
Location
Amsterdam
So im using this Modern Aac pokemon layout but im having some trouble with it because it is kinda buggy. But however I see that when im zooming it out to 75% it actually look alot better. So my question is if it is possible to make a layout stay zoomed at 75%? And if there is someone that could help me out with this layout? Thanks!
 
Code:
body {
-moz-transform: scale(0.75,0.75);/* Moz-browsers */
zoom:0.75;/* Other non-webkit browsers */
zoom:75%;/* Webkit browsers */
}
75% zoomout in CSS.
 
Back
Top