From b0fa2902296002a7c92b605bb25852ddfeec47ff Mon Sep 17 00:00:00 2001 From: Florian COLLIN Date: Thu, 16 Dec 2021 22:34:23 +0100 Subject: [PATCH] v0.0.2-alpha --- src/popup.html | 2 +- src/style.css | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/src/popup.html b/src/popup.html index dfdc6e0..d4f246d 100644 --- a/src/popup.html +++ b/src/popup.html @@ -2,7 +2,7 @@ - +

Recherche IFSD

diff --git a/src/style.css b/src/style.css index 2f54ab7..dcb6a18 100644 --- a/src/style.css +++ b/src/style.css @@ -1,9 +1,9 @@ body { - min-width: 200px; + min-width: 300px; min-height: 400px; } h1 { - font-size: 2rem; + font-size: 1.75rem; font-family: "Century Schoolbook"; align-content: center; text-transform: uppercase;