summaryrefslogtreecommitdiff
path: root/commun.css
diff options
context:
space:
mode:
authorKévin Le Gouguec <kevin.legouguec@gmail.com>2020-11-09 01:12:59 +0100
committerKévin Le Gouguec <kevin.legouguec@gmail.com>2020-11-17 21:21:51 +0100
commita2d75c2b59f192e7c78dae64d7a87338bc6a3107 (patch)
treeb96fcb854374ae2f9c4c17e03b8032234ef069cd /commun.css
parentf7b6a33991f8ce027b53f4ac95a2dbde72f07467 (diff)
downloadquatuorbellefeuille.com-a2d75c2b59f192e7c78dae64d7a87338bc6a3107.tar.xz
Make sidebars sticky
Diffstat (limited to 'commun.css')
-rw-r--r--commun.css7
1 files changed, 3 insertions, 4 deletions
diff --git a/commun.css b/commun.css
index 5778c4a..a272264 100644
--- a/commun.css
+++ b/commun.css
@@ -52,6 +52,8 @@ header.social {
display: flex;
flex-direction: column;
align-items: center;
+ position: sticky;
+ top: 0;
}
.social img {
@@ -72,15 +74,12 @@ header.social {
body {
+ height: 100vh;
display: flex;
flex-direction: column;
margin: 0;
}
-.main {
- background: #f00;
-}
-
footer {
margin: auto;
}