website: add to mobile nav

This commit is contained in:
Yangshun
2021-08-07 23:39:22 +08:00
parent 27894a7389
commit 3fe94fa5eb
4 changed files with 231 additions and 5 deletions

View File

@ -8,7 +8,6 @@ import styles from './styles.module.css';
const BACKGROUNDS = [
styles.backgroundBlue,
styles.backgroundGreen,
styles.backgroundOrange,
styles.backgroundPurple,
styles.backgroundRed,

View File

@ -22,10 +22,6 @@
background-image: linear-gradient(39deg, rgb(255, 81, 47), rgb(240, 152, 25));
}
.backgroundGreen {
background-image: linear-gradient(198deg, rgb(29, 151, 108), rgb(147, 249, 185));
}
.backgroundBlue {
background-image: linear-gradient(153deg, rgb(116, 116, 191), rgb(52, 138, 199));
}