diff options
| author | Julie Lala <jules@okfoc.us> | 2015-05-17 14:04:06 +0200 |
|---|---|---|
| committer | Julie Lala <jules@okfoc.us> | 2015-05-17 14:04:06 +0200 |
| commit | a0d2729e311f53ecaa014c097c1a485581853100 (patch) | |
| tree | 1d8ccadc34870c7fb716f8bf79299c854f80ec4b | |
| parent | 00ed9c4ee501a032ab6a85f561fb9eba0d90aa11 (diff) | |
etc
| -rw-r--r-- | site/public/assets/style.css | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/site/public/assets/style.css b/site/public/assets/style.css index 4c3c69e..3d1ee7f 100644 --- a/site/public/assets/style.css +++ b/site/public/assets/style.css @@ -843,7 +843,6 @@ nav .sub.active a { } .brady div { width: 17vw; - height: 16w; position: relative; display: block; float: left; @@ -1021,7 +1020,6 @@ nav .sub.active a { } .brady div { width: 23vw; - height: 22vw; font-size: 1.2vw; line-height: 1.9vw; } @@ -1112,9 +1110,8 @@ nav .sub.active a { } .brady div { width: 34vw; - height: 34vw; - font-size: 1.6vw; - line-height: 2.3vw; + font-size: 2vw; + line-height: 2.5vw; } .brady div:nth-child(1) { margin-left: 3vw; |
