aboutsummaryrefslogtreecommitdiff
path: root/assets/css/txt.css
diff options
context:
space:
mode:
Diffstat (limited to 'assets/css/txt.css')
-rw-r--r--assets/css/txt.css19
1 files changed, 12 insertions, 7 deletions
diff --git a/assets/css/txt.css b/assets/css/txt.css
index f86b713..e909e52 100644
--- a/assets/css/txt.css
+++ b/assets/css/txt.css
@@ -915,17 +915,21 @@ body > header {
padding: 0 2rem;
color: #f0f0f2; }
body > header h1 {
- margin: 0 auto; }
+ margin: 0 auto;
+ min-height: 10rem; }
body > header h1:before {
background: url(../assets/img/logo-ps.svg) center left/5rem no-repeat;
display: block;
width: 5rem;
height: 5rem; }
body > header h2 {
+ position: absolute;
font-weight: 100;
- margin-top: -2.6rem;
+ margin-top: 12rem;
+ left: 50%;
+ margin-left: 27rem;
font-size: 3.7rem;
- transform: rotate(180deg); }
+ transform: rotate(90deg); }
body > header p {
font-family: "Cormorant Garamond", serif;
font-size: 2rem;
@@ -1073,7 +1077,7 @@ body > footer {
right: 0;
max-width: 60rem;
margin: 5rem auto 2rem auto;
- font-size: 1.25rem; }
+ font-size: 1.15rem; }
body > footer h4 {
margin: 0;
font-size: 1.6rem; }
@@ -1088,9 +1092,9 @@ body > footer {
display: block;
color: black;
padding-right: 0.4rem; }
- body > footer:hover > p > span + span {
+ body > footer:hover > p > span:first-child + span {
display: inline-block;
- transform: rotate(180deg) translateY(0.2rem); }
+ transform: rotate(180deg) translateY(0.1rem); }
section h2 + h3 {
font-size: 2.5rem;
@@ -1127,7 +1131,8 @@ article aside ul {
display: block;
width: 16rem;
background-color: black;
- margin: 1rem auto; }
+ margin: 1rem auto;
+ height: 22.55rem; }
article .outro p {
font-size: 2rem;
text-align: justify; }