different tactic for visually hiding the title

This commit is contained in:
Matthias Kretschmann 2018-06-23 14:02:28 +02:00
parent 7aaa5815e3
commit 59506c7eb8
Signed by: m
GPG Key ID: 606EEEF3C479A91F
1 changed files with 5 additions and 2 deletions

View File

@ -3,6 +3,7 @@
.project {
text-align: center;
margin-bottom: $spacer * 4;
position: relative;
@media (min-width: 30rem) {
margin-bottom: $spacer * 8;
@ -43,7 +44,9 @@
}
.title {
visibility: hidden;
font-size: 0;
opacity: 0;
position: absolute;
top: 0;
left: 0;
margin: 0;
}