geocation.com/css/custom.css
2022-04-24 15:54:36 -04:00

40 lines
412 B
CSS

.left-align {
text-align: left;
}
img.thumbnail {
border-radius: 50%;
-webkit-border-radius: 50%;
-moz-border-radius: 50%;
}
img.big, picture.big, .big > img {
/*width: 100%;*/
max-width: 75%;
}
.float-right {
float: right;
}
.pageitem p {
margin-bottom: 2rem;
padding: 0;
}
.pageitem {
display: unset;
}
.table {
display: table;
}
.nopadding {
padding: 0;
}
h3 {
font-size: 1.33rem;
}