• 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!
  • 2026 staff recruitment is open! Check it out and consider applying!

Solved (SOLVED) [MYAAC] scale resize

marcelomnzs

Active Member
Joined
Aug 9, 2019
Messages
164
Reaction score
46
I would like to know how to display my website a little bigger, it would be perfect at 125~150% (when I resize using CTRL + SCROLL).
I'm using myaac 0.8.13



SOLVED: templates/css/main.css, in end:

@media screen and (min-width: 768px) {
body {
zoom: 150%;
}
}
 
Last edited:
Back
Top