/* Add your CSS code here.
For example:
.example {
color: red;
}
For brushing up on your CSS knowledge, check out http://www.w3schools.com/css/css_syntax.asp
End of comment */
.image-display-block a{
display:block;
line-height:1;
}
.current-issue-grid.wp-block-group-is-layout-grid {
display: grid;
grid-template-columns: 40% 60%;
}
.picture-adjust-vert{
position:relative;
top: -50px;
}
.button-adjust-vert{
position:relative;
top: 40px;
}
.post-subtitle {
font-size: 50px;
color: #AA4209;
text-align: center;
}
li.mega-image-right {
border-left: black 1px solid;
}
.mega-image-right a img {
max-width: 80%;
float: right;
}