diff --git a/sass/style.scss b/sass/style.scss index 30a8b21..e070ec8 100644 --- a/sass/style.scss +++ b/sass/style.scss @@ -1,13 +1,14 @@ .container { /*Text margin*/ margin: auto; - width: 60%; - padding: 10px; + width: 75%; + padding: 10px; } body { font-family: 'Ubuntu', sans-serif; - background: linear-gradient(180deg, #00d4ff, #091579); + background: linear-gradient(180deg, #091579, black); + // background: linear-gradient(180deg, #00d4ff, #091579); color: white; background-repeat: no-repeat; background-attachment: fixed; diff --git a/templates/base.html b/templates/base.html index f9e63a2..d513092 100644 --- a/templates/base.html +++ b/templates/base.html @@ -8,6 +8,7 @@ +