geocation.com/css/custom.css

35 lines
334 B
CSS
Raw Normal View History

2022-04-10 12:57:02 -04:00
.left-align {
2022-04-13 20:07:19 -04:00
text-align: left;
2022-04-10 12:57:02 -04:00
}
2022-04-11 00:30:58 -04:00
img.thumbnail {
2022-04-13 20:07:19 -04:00
border-radius: 50%;
-webkit-border-radius: 50%;
-moz-border-radius: 50%;
2022-04-11 00:30:58 -04:00
}
img.big {
2022-04-13 20:07:19 -04:00
width: 100%;
}
.float-right {
float: right;
2022-04-11 00:30:58 -04:00
}
2022-04-13 23:21:46 -04:00
.pageitem p {
margin-bottom: 2rem;
padding: 0;
}
.pageitem {
display: unset;
}
.table {
display: table;
}
2022-04-14 00:05:40 -04:00
.nopadding {
padding: 0;
}