changement de taille de h1 et h2 aux breakpoints

This commit is contained in:
Alexel 2023-08-14 16:42:55 -04:00
parent 1fed4e9a8e
commit 0d09c1d10d
2 changed files with 53 additions and 23 deletions

View file

@ -9,7 +9,9 @@
</head>
<body>
{{ template "header-html" }}
<h1 class="heading1">Association Générale Étudiante du Cégep Édouard-Montpetit</h1>
<h1 class="heading1">AGECEM</h1>
<h2 class="heading2">Association Générale Étudiante du Cégep Édouard-Montpetit</h2>
</body>
</html>
{{ end }}