diff options
Diffstat (limited to 'styles.css')
-rwxr-xr-x | styles.css | 35 |
1 files changed, 22 insertions, 13 deletions
@@ -570,25 +570,31 @@ staff area } .ta-box-left, .ta-box-right { - margin: 0 20px; + margin: 0 10px; +} + +.ta-box-left .img-box { + margin-right: 10px; +} + +.ta-box-right .img-box { + margin-left: 10px; } .ta-pastry { - width: 150px; + width: 120px; height: auto; text-shadow: 0 0 25px brown; z-index: 1; align-self: flex-end; opacity: 1; transition: .5s ease; - border-radius: 25%; - padding-bottom: 20px; } .bio-text { justify-content: center; - text-align: center; font-size: 120%; + padding: 5px; } .bio-text h3 { @@ -596,20 +602,18 @@ staff area margin: 0; } -.bio-text h4 { - font-size: 14px; +.bio-text p { + font-size: 12px; letter-spacing: normal; text-transform: none; - max-width: 200px; + max-width: 250px; line-height: 1.25; - margin-bottom: 35px; font-weight: normal; - padding: 0 5px; color: var(--second-accent-color); } .shelf-png { - width: 800px; + width: 900px; height: auto; margin-top: -30px; } @@ -618,14 +622,15 @@ staff area cursor: default; position: relative; height: 100%; + margin-bottom: 3px; } .ta-img { transition: .5s ease; opacity: 0; position: absolute; - top: calc(50% - 25px); + top: calc(50% - 5px); left: 50%; - height: 150px; + height: 120px; border-radius: 50%; transform: translate(-50%, -50%); -ms-transform: translate(-50%, -50%); @@ -642,6 +647,10 @@ staff area align-items: flex-end; } +.ta-wrapper { + margin-bottom: 35px; +} + /* faq area |