mirror of
https://github.com/kremalicious/portfolio.git
synced 2024-12-22 17:23:22 +01:00
different tactic for visually hiding the title
This commit is contained in:
parent
7aaa5815e3
commit
59506c7eb8
@ -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;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user