This commit is contained in:
VividTruthKeeper 2023-03-18 15:18:36 +05:00
parent c882d1fab2
commit 780ba505b4
7 changed files with 11 additions and 9 deletions

View File

Before

Width:  |  Height:  |  Size: 1.0 KiB

After

Width:  |  Height:  |  Size: 1.0 KiB

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

Before

Width:  |  Height:  |  Size: 764 B

After

Width:  |  Height:  |  Size: 764 B

BIN
dist/favicon.png vendored Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 31 KiB

5
dist/index.html vendored
View File

@ -6,8 +6,9 @@
<meta name="description" id="meta-description" content="" />
<meta name="keywords" id="meta-keywords" content="" />
<title>Türkmenistan Habarlar Portaly</title>
<script type="module" crossorigin src="/assets/index-567c12dc.js"></script>
<link rel="stylesheet" href="/assets/index-4b8c8f81.css">
<link rel="icon" type="image/x-icon" href=" /favicon.png" />
<script type="module" crossorigin src="/assets/index-cff561b2.js"></script>
<link rel="stylesheet" href="/assets/index-932ab2be.css">
</head>
<body>
<div id="root"></div>

View File

@ -16,9 +16,13 @@
gap: 1.6rem;
@include wh100;
}
.videos-item-video {
min-height: 17.5rem;
height: 20rem;
video {
height: 20rem !important;
object-fit: cover;
}
}
.videos-item-data {
@ -44,9 +48,6 @@
// Media
@media screen and (min-width: 1150px) {
.videos-item-video {
height: 20rem;
}
}
@media screen and (max-width: 1150px) {