mirror of
https://github.com/Nereziel/cs2-WeaponPaints.git
synced 2026-02-18 02:41:54 +00:00
17 lines
216 B
CSS
17 lines
216 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;
|
|
}
|