|
@@ -144,6 +144,8 @@ section#first-nav-section nav {
|
|
|
section#first-nav-section nav ul {
|
|
|
align-items: center;
|
|
|
z-index: 3;
|
|
|
+ margin-top: 0!important;
|
|
|
+ margin-bottom: 0!important;
|
|
|
}
|
|
|
section#first-nav-section nav ul img {
|
|
|
height: 50px;
|
|
@@ -545,10 +547,12 @@ section#second-nav-section .second-nav-active {
|
|
|
}
|
|
|
|
|
|
.news-big-img-text {
|
|
|
- text-align: left;
|
|
|
- margin-left: 20px;
|
|
|
- transform: translateY(-100px);
|
|
|
+ text-align: left;
|
|
|
+ left: 20px;
|
|
|
+ position: absolute;
|
|
|
+ bottom: 0;
|
|
|
}
|
|
|
+
|
|
|
.news-big-img-text h4 {
|
|
|
color: #fff;
|
|
|
font-size: 14px;
|
|
@@ -1760,8 +1764,7 @@ body.archive aside#secondary{
|
|
|
}
|
|
|
.news-big-img {
|
|
|
width: calc(50% - 25px);
|
|
|
- /* gap: 25px; */
|
|
|
- /* height: max-content; */
|
|
|
+ position: relative;
|
|
|
}
|
|
|
.news-small-img {
|
|
|
margin-bottom: 0!important;
|