mirror of
https://github.com/Nereziel/cs2-WeaponPaints.git
synced 2026-02-17 18:39:07 +00:00
16 lines
219 B
CSS
16 lines
219 B
CSS
.bg-primary {
|
|
padding: 15px;
|
|
}
|
|
|
|
.card-title item-name {
|
|
//text-align:center;
|
|
font-weight: bold;
|
|
}
|
|
|
|
.skin-image {
|
|
margin: 0 auto;
|
|
display: block;
|
|
text-align: center;
|
|
width: 50%;
|
|
//border-bottom: solid 1px #eee;
|
|
} |