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:
commit
633bd9d431
@ -3,6 +3,7 @@
|
|||||||
.project {
|
.project {
|
||||||
text-align: center;
|
text-align: center;
|
||||||
margin-bottom: $spacer * 4;
|
margin-bottom: $spacer * 4;
|
||||||
|
position: relative;
|
||||||
|
|
||||||
@media (min-width: 30rem) {
|
@media (min-width: 30rem) {
|
||||||
margin-bottom: $spacer * 8;
|
margin-bottom: $spacer * 8;
|
||||||
@ -43,7 +44,9 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
.title {
|
.title {
|
||||||
visibility: hidden;
|
opacity: 0;
|
||||||
font-size: 0;
|
position: absolute;
|
||||||
|
top: 0;
|
||||||
|
left: 0;
|
||||||
margin: 0;
|
margin: 0;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user