diff options
| author | Julie Lala <jules@okfoc.us> | 2015-05-17 14:02:43 +0200 |
|---|---|---|
| committer | Julie Lala <jules@okfoc.us> | 2015-05-17 14:02:43 +0200 |
| commit | 00ed9c4ee501a032ab6a85f561fb9eba0d90aa11 (patch) | |
| tree | 693936750a1d075ad716a6b51befc4d64608f245 | |
| parent | 22d12686d920414098394f0305e12a942807c150 (diff) | |
mobile
| -rw-r--r-- | site/public/assets/style.css | 57 |
1 files changed, 35 insertions, 22 deletions
diff --git a/site/public/assets/style.css b/site/public/assets/style.css index 2d0bd5a..4c3c69e 100644 --- a/site/public/assets/style.css +++ b/site/public/assets/style.css @@ -854,7 +854,7 @@ nav .sub.active a { margin: 0.5vw 0.5vw 0 0.5vw; } .brady > a:nth-child(3) { - margin-right: 1vw; + margin-right: 5vw; } .desktop .brady > a:hover:after { content: 'SAY HELLO!'; @@ -1012,34 +1012,28 @@ nav .sub.active a { @media (max-width:1200px) { - .entry span div.content { -/* - -webkit-column-count: 2; - -moz-column-count: 2; - column-count: 2; - */ - } - .project { width:33.3333%; height: 16.6vw; } - .brady a { - width: 160px; - height: 160px; - } - + .brady > a { + width: 24vw; height: 24vw; + } + .brady div { + width: 23vw; + height: 22vw; + font-size: 1.2vw; + line-height: 1.9vw; + } + .brady span { + font-size: 2vw; + } + .brady > a:nth-child(3) { + margin-right: 0vw; + } } @media (max-width:900px) { - .entry span div.content { -/* - -webkit-column-count: 2; - -moz-column-count: 2; - column-count: 2; - */ - } - .project { width:50%; height: 23vw; @@ -1113,6 +1107,25 @@ nav .sub.active a { .menuActive .project span { top: -18px; } + .brady > a { + width: 35vw; height: 35vw; + } + .brady div { + width: 34vw; + height: 34vw; + font-size: 1.6vw; + line-height: 2.3vw; + } + .brady div:nth-child(1) { + margin-left: 3vw; + } + .brady span { + font-size: 2vw; + } + .brady > a:nth-child(3) { + margin-right: 0vw; + } + } .mobile .cell iframe { width: 100%; |
