(create) created searchbar component and styled it

This commit is contained in:
Yusuf İpek
2021-08-07 15:11:26 +03:00
parent df8e941c9f
commit f3e5175de3
5 changed files with 51 additions and 5 deletions
+6 -4
View File
@@ -1,13 +1,15 @@
.homepage {
font-size: 2rem;
list-style-type: none;
justify-items: center;
display: grid;
justify-content: center;
justify-items: center;
padding-top: 2rem;
font-size: 2rem;
list-style-type: none;
&_heading-1 {
text-align: center;
padding-top: 1rem;
}
&_posts {