1
0
mirror of https://github.com/kremalicious/portfolio.git synced 2025-01-03 10:25:00 +01:00

Merge pull request #13 from kremalicious/fix/title-seo

different tactic for visually hiding the title
This commit is contained in:
Matthias Kretschmann 2018-06-23 14:06:25 +02:00 committed by GitHub
commit 633bd9d431
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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;
}