Commit c8931c31 by Julien Jorry

Stephan upgrade : add width to header + font-fisplay :swap

parent e083ace7
......@@ -61,6 +61,7 @@ article, aside, figcaption, figure, footer, header, hgroup, main, nav, section {
body {
margin: 0;
font-display: swap;
font-family: "Source Sans Pro", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
font-size: 0.875rem;
font-weight: 400;
......
<header class="container header">
<nav class="menu navbar navbar-expand-md navbar-light bg-light my-2">
<a class="navbar-brand" href="{{ url('index') }}">
<img src="/images/logo.png" height="45" class="d-inline-block align-top" alt="{{ KOH_MLC_NAME|default('') }}">
<img src="/images/logo.png" width="187" height="45" class="d-inline-block align-top" alt="{{ KOH_MLC_NAME|default('') }}">
</a>
{% block menu %}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment