diff options
Diffstat (limited to 'commun.css')
| -rw-r--r-- | commun.css | 7 |
1 files changed, 3 insertions, 4 deletions
@@ -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; } |
