mirror of
https://github.com/kremalicious/portfolio.git
synced 2024-12-23 01:29:41 +01:00
different tactic for visually hiding the title
This commit is contained in:
parent
7aaa5815e3
commit
59506c7eb8
@ -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