Skip to content

Instantly share code, notes, and snippets.

View charlielafosse's full-sized avatar
🌞

charlie la fosse charlielafosse

🌞
  • London
View GitHub Profile
@charlielafosse
charlielafosse / index.html
Last active January 2, 2024 10:15
Text scaling hack
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Text scaling</title>
<style>
.container {
margin: 0 auto;
width: 50%;