Minor fixes
This commit is contained in:
parent
3d6c6ccbc8
commit
53c06a0c58
|
@ -699,11 +699,11 @@
|
||||||
.shoutCardShort {
|
.shoutCardShort {
|
||||||
font-size: 1.4rem;
|
font-size: 1.4rem;
|
||||||
margin-bottom: 0;
|
margin-bottom: 0;
|
||||||
|
position: static;
|
||||||
|
|
||||||
.shoutCardTitle,
|
.shoutCardTitle,
|
||||||
.shoutCardSubtitle {
|
.shoutCardSubtitle {
|
||||||
@include font-size(1.8rem);
|
@include font-size(1.8rem);
|
||||||
|
|
||||||
display: inline;
|
display: inline;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
@ -25,6 +25,7 @@
|
||||||
line-height: 1;
|
line-height: 1;
|
||||||
margin-bottom: 1.5rem;
|
margin-bottom: 1.5rem;
|
||||||
padding-bottom: 1.5rem;
|
padding-bottom: 1.5rem;
|
||||||
|
position: relative;
|
||||||
|
|
||||||
&:last-child {
|
&:last-child {
|
||||||
border: none;
|
border: none;
|
||||||
|
|
|
@ -127,7 +127,6 @@
|
||||||
font-size: 1.4rem !important;
|
font-size: 1.4rem !important;
|
||||||
//margin: 0 0 0 -0.4rem !important;
|
//margin: 0 0 0 -0.4rem !important;
|
||||||
opacity: 1;
|
opacity: 1;
|
||||||
overflow: auto;
|
|
||||||
transition: opacity 0.3s;
|
transition: opacity 0.3s;
|
||||||
|
|
||||||
@include media-breakpoint-down(md) {
|
@include media-breakpoint-down(md) {
|
||||||
|
@ -137,6 +136,7 @@
|
||||||
font-size: 2.6rem;
|
font-size: 2.6rem;
|
||||||
font-weight: 500;
|
font-weight: 500;
|
||||||
left: 0;
|
left: 0;
|
||||||
|
overflow: auto;
|
||||||
padding: $container-padding-x !important;
|
padding: $container-padding-x !important;
|
||||||
position: fixed;
|
position: fixed;
|
||||||
top: 64px;
|
top: 64px;
|
||||||
|
|
|
@ -382,6 +382,15 @@ export const Header = (props: Props) => {
|
||||||
onMouseOut={hideSubnavigation}
|
onMouseOut={hideSubnavigation}
|
||||||
>
|
>
|
||||||
<ul class="nodash">
|
<ul class="nodash">
|
||||||
|
<li class="item">
|
||||||
|
<a href="/expo/image">Искусство</a>
|
||||||
|
</li>
|
||||||
|
<li class="item">
|
||||||
|
<a href="/podcasts">Подкасты</a>
|
||||||
|
</li>
|
||||||
|
<li class="item">
|
||||||
|
<a href="">Спецпроекты</a>
|
||||||
|
</li>
|
||||||
<li>
|
<li>
|
||||||
<a href="/topic/interview">#Интервью</a>
|
<a href="/topic/interview">#Интервью</a>
|
||||||
</li>
|
</li>
|
||||||
|
|
|
@ -8,6 +8,15 @@ export const NavTopics = () => {
|
||||||
return (
|
return (
|
||||||
<nav class="subnavigation wide-container text-2xl">
|
<nav class="subnavigation wide-container text-2xl">
|
||||||
<ul class="topics">
|
<ul class="topics">
|
||||||
|
<li class="item">
|
||||||
|
<a href="/expo/image">Искусство</a>
|
||||||
|
</li>
|
||||||
|
<li class="item">
|
||||||
|
<a href="/podcasts">Подкасты</a>
|
||||||
|
</li>
|
||||||
|
<li class="item">
|
||||||
|
<a href="">Спецпроекты</a>
|
||||||
|
</li>
|
||||||
<li class="item">
|
<li class="item">
|
||||||
<a href="/topic/interview">#Интервью</a>
|
<a href="/topic/interview">#Интервью</a>
|
||||||
</li>
|
</li>
|
||||||
|
|
|
@ -633,6 +633,10 @@ figure {
|
||||||
border-bottom: 2px solid #000;
|
border-bottom: 2px solid #000;
|
||||||
color: #000;
|
color: #000;
|
||||||
cursor: default;
|
cursor: default;
|
||||||
|
|
||||||
|
&:hover {
|
||||||
|
color: #fff;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue
Block a user