geocation.com/css/custom.css

14 lines
174 B
CSS
Raw Normal View History

2022-04-10 12:57:02 -04:00
.left-align {
text-align: left;
}
2022-04-11 00:30:58 -04:00
img.thumbnail {
border-radius: 50%;
-webkit-border-radius: 50%;
-moz-border-radius: 50%;
}
img.big {
width: 100%;
}