styling
This commit is contained in:
parent
c882d1fab2
commit
780ba505b4
|
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
|
Before Width: | Height: | Size: 764 B After Width: | Height: | Size: 764 B |
Binary file not shown.
|
After Width: | Height: | Size: 31 KiB |
|
|
@ -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>
|
||||
|
|
|
|||
|
|
@ -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) {
|
||||
|
|
|
|||
Loading…
Reference in New Issue