10 lines
126 B
Plaintext
Raw Normal View History

2019-05-16 23:55:35 +05:30
.customer-info {
img {
width: auto;
height: 100px;
2019-05-18 16:11:29 +05:30
margin-right: 15px;
2019-05-16 23:55:35 +05:30
}
2019-05-24 10:11:48 +05:30
a:hover {
text-decoration: underline;
}
2019-05-16 23:55:35 +05:30
}