• 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!

Solved (SOLVED) [MYAAC] scale resize

marcelomnzs

Member
Joined
Aug 9, 2019
Messages
121
Reaction score
17
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