added margin left\right
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Cadyrov 2022-10-22 02:07:11 +10:00
parent 294e0e947e
commit 3a4d3fea18

View File

@ -5,4 +5,6 @@
background-color: rgb(143, 142, 142); background-color: rgb(143, 142, 142);
color: #5d5d5d; color: #5d5d5d;
} }
.wrapper {width: 800px;} .wrapper {width: 800px;
margin-left: auto;
margin-right: auto;}