moved all css files to module files to seperate into namespaces and prevent name overlaps
This commit is contained in:
9
src/pages/HomePage/HomePage.module.css
Normal file
9
src/pages/HomePage/HomePage.module.css
Normal file
@ -0,0 +1,9 @@
|
||||
.rightinfo {
|
||||
float: left;
|
||||
width: 10%;
|
||||
}
|
||||
|
||||
.searchform {
|
||||
margin-top: 25px;
|
||||
float: right;
|
||||
}
|
Reference in New Issue
Block a user