diff --git a/assets/css/style.css b/assets/css/style.css index 2a16473..1923e8f 100644 --- a/assets/css/style.css +++ b/assets/css/style.css @@ -231,7 +231,7 @@ footer{ } .link { - padding: 11px 0px 0px 20px; + padding: 12px 0px 12px 20px; } .item_nav_blog_gauche { @@ -306,7 +306,7 @@ footer{ .bloc_principal_titre { text-align: center; - padding-top: 15px; + padding-top: 14px; width: 100%; height: 50px; background-color: #150032; @@ -318,6 +318,7 @@ footer{ .bloc_principal_titre h1, h4.title { font-size: 20px; + font-weight: 600; } h4.title { @@ -325,7 +326,7 @@ h4.title { } a[href]:hover { - color: inherit; + /* color: inherit; */ text-decoration: none; } @@ -377,6 +378,7 @@ a[href]:hover { -webkit-transition: 300ms; -o-transition: 300ms; transition: 300ms; + border: none; } .bloc-button:hover{ @@ -508,6 +510,7 @@ input { line-height: 24px; font-weight: bold; color: #3a3a3a; + font-size: 16px; } .article .text { @@ -928,3 +931,10 @@ td, th { table { width: 100%; } + +.bloc-filter input { + display: inline-block; +} +.bloc-filter label { + width: 80%; +} diff --git a/assets/html/includes/footer.html b/assets/html/includes/footer.html index b290a0d..65ff920 100644 --- a/assets/html/includes/footer.html +++ b/assets/html/includes/footer.html @@ -13,10 +13,10 @@
diff --git a/assets/html/includes/head.html b/assets/html/includes/head.html index 5c9d673..d168d39 100644 --- a/assets/html/includes/head.html +++ b/assets/html/includes/head.html @@ -2,11 +2,10 @@