This commit is contained in:
merijn van moll 2020-01-22 17:32:21 +01:00
commit cb64077d95
1 changed files with 11 additions and 12 deletions

View File

@ -38,7 +38,7 @@
body{ body{
background: black; background: black;
margin:0; margin:0;
color:white; color:#f5f5f5;
font-family: 'bt'; font-family: 'bt';
font-size: var(--base-font-size); font-size: var(--base-font-size);
line-height: var(--base-font-size)*1.5; line-height: var(--base-font-size)*1.5;
@ -47,8 +47,8 @@ body{
.hit{ .hit{
position:absolute; position:absolute;
top:var(--pos-y); top:var(--pos-y);
left:0; left:24px;
right:0; right:21px;
bottom:0; bottom:0;
text-align: center; text-align: center;
transition: opacity 1s; transition: opacity 1s;
@ -73,17 +73,16 @@ body{
.hit img{ .hit img{
display: block; display: block;
margin: 10vh auto 7vh; margin: 6vh auto 7vh;
width: 1000px; width: 875px;
height: 500px;
border: solid 1px white;
} }
.credits{ .credits{
font-size: var(--base-font-size); font-size: var(--base-font-size);
text-transform: uppercase;
text-transform: uppercase;
} }
.credits::before{ .credits::before{
@ -108,12 +107,12 @@ body{
.country::after{content:')';} .country::after{content:')';}
#collaborators{ #collaborators{
height: 30vh; height: 32vh;
width: 1000px; width: 800px;
margin: 0 auto; margin: 0 auto;
} }
#collab_items{ #collab_items{
text-align: justify; text-align: justify-center;
} }
#collaborators::before{ #collaborators::before{
margin-top: 7vh; margin-top: 7vh;