Skip to content

Commit

Permalink
landing fixes
Browse files Browse the repository at this point in the history
No title attribute. It is not available for users using keyboards only, and users on mobile. I do believe it is read out by screen readers.
  • Loading branch information
teiResa committed Sep 25, 2023
1 parent 6a50fde commit c4cabd1
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 2 deletions.
6 changes: 6 additions & 0 deletions m/style/landing.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion m/style/landing.css.map

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 7 additions & 1 deletion m/style/landing.scss
Original file line number Diff line number Diff line change
Expand Up @@ -122,15 +122,18 @@ main {
}



@media (max-width:576px) { //xsm, xsmall screen

.mama-stripe-middle {
background-size: 100vw;}
.stripe {
padding-bottom: 18vh;
min-width: 72px;
width: 72px;
max-width: 72px;
&:hover {
background-color: rgba(255, 192, 203, 0);
}
}
.nav-link {
width: 72px;
Expand All @@ -151,6 +154,9 @@ main {
min-width: 73px;
width: 73px;
max-width: 73px;
&:hover {
background-color: $blueT50;
}
}
.nav-link{
i{
Expand Down

0 comments on commit c4cabd1

Please sign in to comment.