assistant-todo-mobile/src/pages/CityList/index.css

13 lines
166 B
CSS
Raw Normal View History

2023-01-18 07:57:54 -05:00
.citylist{
height: 100%;
padding-top: 45px;
}
.citylist-navbar {
background: #f6f5f6;
margin-top: -45px;
}
ul{
list-style: none;
margin: 0;
}