blob: 145485d40d8d1decc8da13d911f75550775eafda (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
p.appointment {
margin-top: 10px;
margin-left: 120px;
position: relative;
}
p.appointment > img {
margin-right: 20px;
margin-bottom: 20px !important;
width: 100px !important;
position: absolute;
left: -120px;
}
|