diff options
| author | Kévin Le Gouguec <kevin.legouguec@gmail.com> | 2020-11-18 18:14:18 +0100 |
|---|---|---|
| committer | Kévin Le Gouguec <kevin.legouguec@gmail.com> | 2020-11-18 18:14:18 +0100 |
| commit | 39bbadba9f1ba69869ac1b0a6eaf59226e0e37eb (patch) | |
| tree | 82937789cf8fea101465b7b27347475bc096c75e /artistes.css | |
| parent | 8b4f6bbcca34d8a49bb11213b0693e569e6f5592 (diff) | |
| download | quatuorbellefeuille.com-39bbadba9f1ba69869ac1b0a6eaf59226e0e37eb.tar.xz | |
Use actual main tag instead of "main" class
Diffstat (limited to 'artistes.css')
| -rw-r--r-- | artistes.css | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/artistes.css b/artistes.css index e1e0d5d..3040559 100644 --- a/artistes.css +++ b/artistes.css @@ -1,4 +1,4 @@ -.main { +main { display: flex; background: #f00; } @@ -9,11 +9,11 @@ background: #f44; } -.main div { +main div { padding: 2%; } -.main #photos { +main #photos { display: grid; grid-template-columns: 1fr 1fr; grid-template-rows: 1fr 1fr; @@ -26,7 +26,7 @@ background: #eee; } -.main #bio { +main #bio { flex: 2; background: #bbb; padding-left: 8%; |
