Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 4 additions & 1 deletion static/css/main.css
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ a:active .active-color {
}

.container.content {
padding: 0 8rem;
padding: 10 8rem;
}

/* .hr-light {
Expand All @@ -108,6 +108,7 @@ a:active .active-color {
.post-wrapper {
/* margin: 0 1rem 3rem 1rem; */
margin: 0 2% 5% 2%;
min-width: 10rem;
/* padding: 2.5rem 4rem; */
padding: 4% 7%;
box-shadow: 0 2px 5px 0 rgba(0,0,0,.16), 0 2px 10px 0 rgba(0,0,0,.12);
Expand Down Expand Up @@ -151,6 +152,8 @@ a:active .active-color {
/* padding-bottom: .5rem; */
font-size: 2rem;
font-weight: 500;
width:100%;
overflow-wrap: break-word;
}

.single-post .post-heading {
Expand Down