Merge branch 'master' of https://git.rubenvandeven.com/r/guest_worker
This commit is contained in:
commit
cb64077d95
1 changed files with 11 additions and 12 deletions
|
@ -38,7 +38,7 @@
|
|||
body{
|
||||
background: black;
|
||||
margin:0;
|
||||
color:white;
|
||||
color:#f5f5f5;
|
||||
font-family: 'bt';
|
||||
font-size: var(--base-font-size);
|
||||
line-height: var(--base-font-size)*1.5;
|
||||
|
@ -47,8 +47,8 @@ body{
|
|||
.hit{
|
||||
position:absolute;
|
||||
top:var(--pos-y);
|
||||
left:0;
|
||||
right:0;
|
||||
left:24px;
|
||||
right:21px;
|
||||
bottom:0;
|
||||
text-align: center;
|
||||
transition: opacity 1s;
|
||||
|
@ -73,17 +73,16 @@ body{
|
|||
|
||||
.hit img{
|
||||
display: block;
|
||||
margin: 10vh auto 7vh;
|
||||
width: 1000px;
|
||||
height: 500px;
|
||||
border: solid 1px white;
|
||||
margin: 6vh auto 7vh;
|
||||
width: 875px;
|
||||
|
||||
|
||||
|
||||
}
|
||||
|
||||
.credits{
|
||||
font-size: var(--base-font-size);
|
||||
|
||||
text-transform: uppercase;
|
||||
text-transform: uppercase;
|
||||
}
|
||||
|
||||
.credits::before{
|
||||
|
@ -108,12 +107,12 @@ body{
|
|||
.country::after{content:')';}
|
||||
|
||||
#collaborators{
|
||||
height: 30vh;
|
||||
width: 1000px;
|
||||
height: 32vh;
|
||||
width: 800px;
|
||||
margin: 0 auto;
|
||||
}
|
||||
#collab_items{
|
||||
text-align: justify;
|
||||
text-align: justify-center;
|
||||
}
|
||||
#collaborators::before{
|
||||
margin-top: 7vh;
|
||||
|
|
Loading…
Reference in a new issue