Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/spech66/bootstrap-bp-hugo-startpage.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSebastian Pech <windows@spech.de>2020-01-05 11:33:35 +0300
committerSebastian Pech <windows@spech.de>2020-01-05 11:33:35 +0300
commitbb8cfd704dbe081135ae0295141443819dedf345 (patch)
tree29cd7cedac8df0926f775888e3f1e68210f1e7b3
parent7035e0301b157a20b7c911cb313dd353714b1481 (diff)
Fixed mobile flex
-rw-r--r--assets/css/main.css1
1 files changed, 1 insertions, 0 deletions
diff --git a/assets/css/main.css b/assets/css/main.css
index 1cb3729..3405cad 100644
--- a/assets/css/main.css
+++ b/assets/css/main.css
@@ -9,6 +9,7 @@ body {
align-items: center;
background: url("../images/bg.jpg");
background-size: cover;
+ flex-wrap: wrap;
}
h1 {