diff options
| author | Jules Laplace <julescarbon@gmail.com> | 2021-04-02 18:03:47 +0200 |
|---|---|---|
| committer | Jules Laplace <julescarbon@gmail.com> | 2021-04-02 18:03:47 +0200 |
| commit | fd2c30fea2ef89babdd96afca87920bdbd83aa96 (patch) | |
| tree | 6e769768f01275a74fe5be366a09bb33f0177443 /frontend/site/projects/museum/views/essay.css | |
| parent | 649b0cfbe8756a774a2c26cb32edce57d978e17e (diff) | |
map on essay
Diffstat (limited to 'frontend/site/projects/museum/views/essay.css')
| -rw-r--r-- | frontend/site/projects/museum/views/essay.css | 32 |
1 files changed, 29 insertions, 3 deletions
diff --git a/frontend/site/projects/museum/views/essay.css b/frontend/site/projects/museum/views/essay.css index 1f5248a..e648471 100644 --- a/frontend/site/projects/museum/views/essay.css +++ b/frontend/site/projects/museum/views/essay.css @@ -3,8 +3,34 @@ justify-content: flex-start; } .page-essay .page-subtitle { - margin: 0rem 0 2rem 0; + margin: 0rem 0 2vw 0; } .page-essay p { - margin: 0 0 1rem 0; -}
\ No newline at end of file + margin: 0 0 2vw 0; + font-size: 1.7vw; + line-height: 1.4; +} +.globe { + width: 100%; + margin-bottom: 2vw; +} +.globe svg { + width: 100%; +} +.globe path { + stroke: rgb(255, 121, 13); + stroke-miterlimit: 10; + stroke-linecap: round; + stroke-linejoin: round; + fill: transparent +} +.globe .globe-image { + position: relative; +} +.globe .globe-image .number { + position: absolute; + font-family: 'Druk Wide', sans-serif; + text-transform: uppercase; + font-size: 2vw; + cursor: pointer; +} |
