diff options
| author | adamhrv <adam@ahprojects.com> | 2019-05-15 11:23:04 +0200 |
|---|---|---|
| committer | adamhrv <adam@ahprojects.com> | 2019-05-15 11:23:04 +0200 |
| commit | b5f29cdaede114c85c35fe6bf8c00a5eb60f1cc2 (patch) | |
| tree | e962fc3ea668a70a7387812ece63bd1037108a54 /site/assets/css/mobile.css | |
| parent | 5312831a4b4e09885c0dd38c45fb3b1fa6896306 (diff) | |
update cards
Diffstat (limited to 'site/assets/css/mobile.css')
| -rw-r--r-- | site/assets/css/mobile.css | 22 |
1 files changed, 18 insertions, 4 deletions
diff --git a/site/assets/css/mobile.css b/site/assets/css/mobile.css index 825a7012..124b9d42 100644 --- a/site/assets/css/mobile.css +++ b/site/assets/css/mobile.css @@ -48,7 +48,8 @@ softbr { flex-wrap: wrap; } h1 { - font-size: 34px; + font-size: 32px; + line-height: 44px; } /* MOBILE content */ @@ -74,13 +75,23 @@ softbr { } section { width: 100%; - padding: 0 10px; + padding: 0 25px; + } + section p{ + font-size: 15px; } section.about-menu { padding: 0; } + .content-about .about-menu ul li{ + font-size: 12px; + } + .content-about .team-member p{ + font-size: 13px; + line-height: 26px; + } .content-about section:first-of-type > p:first-of-type { - font-size: 18px; + font-size: 16px; line-height: 30px; } .meta { @@ -89,6 +100,7 @@ softbr { } .modal img { max-width: 100%; + display: block; } th { overflow: hidden; @@ -119,7 +131,8 @@ softbr { .content-about .team-member { margin: 0 0 10px 0; - padding: 10px; + padding: 15px; + margin-bottom: 25px; } .page_name { display: none; @@ -146,6 +159,7 @@ softbr { } .columns .column { margin: 0; + margin-bottom: 25px; } .columns-2 .column, .columns-3 .column, |
