forked from oyd/ozgurkon-2020-site
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
53 lines
821 B
53 lines
821 B
6 years ago
|
.page.blog {
|
||
|
|
||
|
.hero {
|
||
|
.img {
|
||
|
padding: var(--container-margin);
|
||
|
background-repeat: no-repeat;
|
||
|
background-size: cover;
|
||
|
background-position: center center;
|
||
|
|
||
|
text-shadow: 1px 0 0 var(--lighten-3);
|
||
|
}
|
||
|
|
||
|
h1 {
|
||
|
color: var(--primary);
|
||
|
padding-left: 0;
|
||
|
padding-right: 0;
|
||
|
small {
|
||
|
display: block;
|
||
|
}
|
||
|
}
|
||
|
}
|
||
|
|
||
|
.content {
|
||
|
padding-left: 0;
|
||
|
padding-right: 0;
|
||
|
margin: 2rem var(--container-margin);
|
||
|
|
||
|
img {
|
||
|
max-width: 100%;
|
||
|
}
|
||
|
|
||
|
h1, h2, h3, h4, h5, h6 {
|
||
|
color: var(--primary);
|
||
|
}
|
||
|
|
||
|
p {
|
||
|
margin-left: var(--space-4);
|
||
|
text-align: justify;
|
||
|
|
||
|
&::first-letter {
|
||
|
margin-left: var(--space-4);
|
||
|
}
|
||
|
}
|
||
|
|
||
|
ul {
|
||
|
margin-left: 2rem;
|
||
|
|
||
|
li {
|
||
|
line-height: 1.25;
|
||
|
}
|
||
|
}
|
||
|
}
|
||
|
}
|