feat: met une largeur au container

pull/1/head
Jalil Arfaoui 2022-07-25 02:50:06 +02:00
parent 2c1c1aaa50
commit 5fe637e0bd
1 changed files with 1 additions and 1 deletions

View File

@ -12,7 +12,7 @@
<link rel="alternate" href="{{ metadata.jsonfeed.path | url }}" type="application/json" title="{{ metadata.title }}"> <link rel="alternate" href="{{ metadata.jsonfeed.path | url }}" type="application/json" title="{{ metadata.title }}">
</head> </head>
<body> <body>
<div class="m-3 bg-orange-50 rounded-xl"> <div class="my-3 bg-orange-50 rounded-xl container mx-auto">
<header> <header>
<img id="Logo" class="max-h-20 overflow-hidden p-1" src="/images/Logo.jpg"/> <img id="Logo" class="max-h-20 overflow-hidden p-1" src="/images/Logo.jpg"/>
<div id="Title" class="text-2xl font-bold"><a href="{{ '/' | url }}">{{ metadata.title }}</a></div> <div id="Title" class="text-2xl font-bold"><a href="{{ '/' | url }}">{{ metadata.title }}</a></div>