From 568265e2d4095e683a5f8cbbb2a569efaf08c894 Mon Sep 17 00:00:00 2001 From: Novembert Date: Wed, 19 Jan 2022 16:01:13 +0100 Subject: [PATCH] little scss adjustements --- assets/scss/_layout.scss | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/assets/scss/_layout.scss b/assets/scss/_layout.scss index 4b0b417..c3953b1 100644 --- a/assets/scss/_layout.scss +++ b/assets/scss/_layout.scss @@ -45,6 +45,8 @@ div.image-container{ background-image:linear-gradient(rgba(0, 0, 0, 0.76),rgba(0, 0, 0, 0.80),rgba(0,0,0,0.90)),url(../../static/img/catsornot.jpg); background-repeat: no-repeat; margin:150px 350px 100px 450px ; + display: flex; + justify-content: center; } div#cloud{ font-size: 100px; @@ -61,7 +63,7 @@ div#browse{ font-size: 50px; font-family: Georgia, 'Times New Roman', Times, serif; color: #f2e527; - margin-left: 350px; + margin: 0 auto; } h4{