home page is done
This commit is contained in:
25
src/components/home/css/homeTitle.css
Normal file
25
src/components/home/css/homeTitle.css
Normal file
@@ -0,0 +1,25 @@
|
||||
.homeTitleWrapper {
|
||||
display: flex;
|
||||
flex-direction: row;
|
||||
}
|
||||
|
||||
.homeTitle {
|
||||
font-size: 5vw;
|
||||
transition: color 0.3s ease-in;
|
||||
}
|
||||
|
||||
.homeTitleWrapper:hover h1 {
|
||||
color: orange;
|
||||
}
|
||||
|
||||
|
||||
@media only screen and (max-width: 800px) {
|
||||
.homeTitle {
|
||||
font-size: 8vh;
|
||||
}
|
||||
}
|
||||
|
||||
.chatIcon {
|
||||
width: 6vw;
|
||||
margin-left: 3vw;
|
||||
}
|
||||
Reference in New Issue
Block a user