|
|
@@ -104,7 +104,6 @@ background-color: white; |
|
|
|
background-color: beige; |
|
|
|
padding: 5px 10px; |
|
|
|
border-radius: 20px; |
|
|
|
margin: 0 0 20px 0; |
|
|
|
} |
|
|
|
|
|
|
|
.feed_title a { |
|
|
@@ -115,6 +114,11 @@ background-color: white; |
|
|
|
table { |
|
|
|
margin: 40px 0; |
|
|
|
border-collapse: collapse; |
|
|
|
|
|
|
|
} |
|
|
|
|
|
|
|
table#feed { |
|
|
|
margin: 70px 0 0 0; |
|
|
|
} |
|
|
|
|
|
|
|
td { |
|
|
@@ -122,10 +126,15 @@ td { |
|
|
|
/* background-color: #bbb; */ |
|
|
|
} |
|
|
|
|
|
|
|
td a { |
|
|
|
#feed td { |
|
|
|
font-size: 1.5rem; |
|
|
|
line-height: 1.5rem; |
|
|
|
/* background-color: aqua; */ |
|
|
|
padding: 0 70px 30px 0; |
|
|
|
} |
|
|
|
|
|
|
|
#feed td:last-child { |
|
|
|
padding-right: 0; |
|
|
|
} |
|
|
|
|
|
|
|
td:last-child { |
|
|
@@ -147,10 +156,14 @@ h1 { |
|
|
|
font-size: 3.0rem; |
|
|
|
font-weight: normal; |
|
|
|
line-height: 3.5rem; |
|
|
|
margin: 0 0 80px 0; |
|
|
|
/* margin: 0 0 80px 0; */ |
|
|
|
text-align: left; |
|
|
|
} |
|
|
|
|
|
|
|
h1, a { |
|
|
|
margin: 0 0 60px 0; |
|
|
|
} |
|
|
|
|
|
|
|
h2 { |
|
|
|
font-size: 2.0rem; |
|
|
|
font-weight: normal; |
|
|
|