updated style
This commit is contained in:
@@ -358,7 +358,7 @@ body {
|
||||
margin: auto;
|
||||
padding: 64px;
|
||||
padding-top: 0px;
|
||||
max-width: 1280px;
|
||||
max-width: 1440px;
|
||||
}
|
||||
h1 {
|
||||
font-size: 4rem;
|
||||
@@ -372,6 +372,16 @@ h1 .second-line {
|
||||
details {
|
||||
margin-bottom: 10.66666667px;
|
||||
}
|
||||
details summary {
|
||||
cursor: pointer;
|
||||
font-size: 1.25rem;
|
||||
}
|
||||
details summary:hover {
|
||||
background-color: #ffff94;
|
||||
}
|
||||
details > *:not(summary) {
|
||||
margin-left: 1.4rem;
|
||||
}
|
||||
p.pitch {
|
||||
font-size: 2.4rem;
|
||||
line-height: 135%;
|
||||
@@ -412,7 +422,7 @@ p.pitch a:hover {
|
||||
width: 60%;
|
||||
}
|
||||
.block-with-sidebar > div.block-main img {
|
||||
width: 90%;
|
||||
width: 100%;
|
||||
}
|
||||
.block-with-sidebar.sidebar-right .block-sidebar {
|
||||
padding-left: 16px;
|
||||
|
@@ -43,6 +43,16 @@ h1 {
|
||||
|
||||
details {
|
||||
margin-bottom: @margin / 3;
|
||||
summary {
|
||||
cursor: pointer;
|
||||
font-size: 1.25rem;
|
||||
&:hover {
|
||||
background-color: @pitchLinkColor;
|
||||
}
|
||||
}
|
||||
>*:not(summary) {
|
||||
margin-left: 1.4rem;
|
||||
}
|
||||
}
|
||||
|
||||
p.pitch {
|
||||
|
Reference in New Issue
Block a user