mirror of
https://github.com/mgerb/mywebsite
synced 2026-01-11 02:12:53 +00:00
New post - more css changes (date)
This commit is contained in:
@@ -17,6 +17,7 @@ h5,
|
||||
h6 {
|
||||
margin: 0;
|
||||
font-weight: 400;
|
||||
line-height: 1em;
|
||||
}
|
||||
p {
|
||||
font-weight: 300;
|
||||
@@ -37,8 +38,13 @@ a {
|
||||
}
|
||||
}
|
||||
code,
|
||||
pre{
|
||||
white-space: pre-wrap;
|
||||
pre {
|
||||
white-space: pre-wrap;
|
||||
}
|
||||
hr {
|
||||
margin: 1em;
|
||||
border: 0;
|
||||
border-top: 1px solid #eee;
|
||||
}
|
||||
.Layout {
|
||||
height: 100%;
|
||||
@@ -59,14 +65,6 @@ pre{
|
||||
.Main {
|
||||
padding-top: 1em;
|
||||
}
|
||||
.Content {
|
||||
flex: 1;
|
||||
|
||||
img{
|
||||
width: 100%;
|
||||
height: auto;
|
||||
}
|
||||
}
|
||||
.Header {
|
||||
width: 100%;
|
||||
background: url("../images/header.jpg");
|
||||
|
||||
Reference in New Issue
Block a user