This repository has been archived on 2023-06-20. You can view files and clone it, but cannot push or open issues or pull requests.
Angular_App/src/app/boards/boards.component.css
Cadyrov 294e0e947e
All checks were successful
continuous-integration/drone/push Build is passing
q
2022-10-22 02:03:05 +10:00

9 lines
153 B
CSS

.singlePost {
list-style: none;
margin: 0 0 10px;
padding: 0;
background-color: rgb(143, 142, 142);
color: #5d5d5d;
}
.wrapper {width: 800px;}