Remove page specific CSS
This commit is contained in:
parent
f70259812e
commit
349b7f2503
22
css/main.css
22
css/main.css
@ -33,11 +33,6 @@ ul {
|
|||||||
margin-top: 2px;
|
margin-top: 2px;
|
||||||
}
|
}
|
||||||
|
|
||||||
img {
|
|
||||||
/* Prevent images in blog posts from getting too big */
|
|
||||||
max-width: 800px;
|
|
||||||
}
|
|
||||||
|
|
||||||
/* Layouting */
|
/* Layouting */
|
||||||
.container {
|
.container {
|
||||||
display: flex;
|
display: flex;
|
||||||
@ -58,16 +53,6 @@ img {
|
|||||||
padding: 5px;
|
padding: 5px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.post-list-item {
|
|
||||||
display: block;
|
|
||||||
max-width: 600px;
|
|
||||||
}
|
|
||||||
|
|
||||||
.post {
|
|
||||||
display: block;
|
|
||||||
max-width: 800px;
|
|
||||||
}
|
|
||||||
|
|
||||||
.title-sub {
|
.title-sub {
|
||||||
margin-top: 0px;
|
margin-top: 0px;
|
||||||
margin-bottom: 10px;
|
margin-bottom: 10px;
|
||||||
@ -90,10 +75,3 @@ img {
|
|||||||
padding-left: 4px;
|
padding-left: 4px;
|
||||||
font-style: italic;
|
font-style: italic;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* Image styling */
|
|
||||||
.profile-picture {
|
|
||||||
width: 256px;
|
|
||||||
height: 256px;
|
|
||||||
margin-bottom: 10px;
|
|
||||||
}
|
|
||||||
|
Loading…
Reference in New Issue
Block a user