Ajouter responsiveness au header #93
5 changed files with 10 additions and 3 deletions
|
@ -17,6 +17,7 @@ img {
|
|||
|
||||
body{
|
||||
margin: 0;
|
||||
padding-top: 75px;
|
||||
}
|
||||
|
||||
.wrapper {
|
||||
|
|
|
@ -4,6 +4,7 @@
|
|||
width: 100%;
|
||||
top: 0;
|
||||
background-color: #fff;
|
||||
height: 75px;
|
||||
}
|
||||
|
||||
.headerWrapper{
|
||||
|
|
|
@ -8,6 +8,7 @@
|
|||
</head>
|
||||
<body>
|
||||
{{ template "header-html" }}
|
||||
<div class="wrapper documentationWrapper">
|
||||
<h1 class="heading1">Documentation</h1>
|
||||
<p>
|
||||
{{ range . }}
|
||||
|
@ -23,6 +24,7 @@
|
|||
</details>
|
||||
{{ end }}
|
||||
</p>
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
||||
{{ end }}
|
||||
|
|
|
@ -9,9 +9,10 @@
|
|||
</head>
|
||||
<body>
|
||||
{{ template "header-html" }}
|
||||
<h1 class="heading1">AGECEM</h1>
|
||||
<h2 class="heading2">Association Générale Étudiante du Cégep Édouard-Montpetit</h2>
|
||||
|
||||
<div class="wrapper indexWrapper">
|
||||
<h1 class="heading1">AGECEM</h1>
|
||||
<h2 class="heading2">Association Générale Étudiante du Cégep Édouard-Montpetit</h2>
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
||||
{{ end }}
|
||||
|
|
|
@ -8,7 +8,9 @@
|
|||
</head>
|
||||
<body>
|
||||
{{ template "header-html" }}
|
||||
<div class="wrapper vieEtudianteWrapper">
|
||||
<h1 class="heading1">Vie étudiante</h1>
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
||||
{{ end }}
|
||||
|
|
Loading…
Reference in a new issue