copyright2

This commit is contained in:
merdan 2021-12-17 13:47:52 +05:00
parent 787070199c
commit eab55dbde5
2 changed files with 4 additions and 8 deletions

View File

@ -54,8 +54,6 @@
margin: 10px 0 0 0;
display: block;
height: 60px;
//overflow: hidden;
//text-overflow: ellipsis;
text-overflow: ellipsis;
display: -webkit-box;
-webkit-line-clamp: 3;

View File

@ -17,13 +17,11 @@ body {
width: 100%;
}
.right_top-title {
display: flex;
justify-content: space-between;
align-items: center;
}
.right_top-title-text {
width: 17rem;
font-size: 2rem;
@ -91,7 +89,7 @@ body {
margin-bottom: 1.5rem;
}
.right_top-content:last-child{
margin-bottom: 4rem;
margin-bottom: 4rem;
}
.right_top-content-bottom-text {
text-decoration: none;
@ -106,11 +104,11 @@ body {
border: 0.01rem solid rgba(0, 0, 0, 15%);
}
/* .hr-line:last-child{
display: none; */
display: none; */
}
@media screen and (min-width: 1400px){
.right_top-line{
max-width: 47%;
max-width: 47%;
}
}
/* ========================================== */
@ -136,4 +134,4 @@ body {
.right-top-content-date-2 {
margin-top: 5rem;
}
}