geochan/src/content/assets/css/style.css

65 lines
816 B
CSS
Raw Normal View History

2021-11-05 16:55:19 +01:00
body {
padding-top: 3rem;
padding-bottom: 3rem;
color: #5a5a5a;
2022-01-10 11:23:24 +01:00
background-color: #e8eaf6;
2021-11-05 16:55:19 +01:00
line-height: 1.6;
font-size: 18px;
}
.featurette-divider {
margin: 5rem 0;
}
#page-title {
text-align: center;
}
blockquote.blockquote {
border-left: 6px solid #3131e0;
border-radius: 6px;
padding-left: 16px;
background-color: #c0c0f0;
}
2021-12-06 19:44:27 +01:00
#map {
height: 800px;
width: 600px;
}
2022-01-10 11:23:24 +01:00
.post {
background-color: #C5E1A5;
margin: 5px 5px 5px 5px;
border: 2px solid #FFB300;
padding: 2px;
display:table;
}
.postInfo {
display: block;
width: 100%;
}
.postComment {
display: block;
}
.postImageContainer {
2022-01-10 11:23:24 +01:00
float: left;
padding: 5px 5px 5px 5px;
}
.postImage {
max-width: 250px;
height: auto;
}
.postImageBig {
max-width: 750px;
height: auto;
}
.quote {
color: green;
}