Skip to content

Commit af885cd

Browse files
committed
rename web component files
1 parent 27c1353 commit af885cd

3 files changed

Lines changed: 2 additions & 2 deletions

File tree

ims-videos.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@
7777
<script src="wp-includes/js/navbar.js"></script>
7878

7979
<!-- Web components -->
80-
<script src="wp-includes/js/web-components.js"></script>
80+
<script src="wp-includes/js/web-components/video-card.js"></script>
8181
</head>
8282

8383
<!-- PAGE CONTENT -->

wp-includes/css/web-components/video-card.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ a {
7676
}
7777

7878
/* 1024px and above screen sizes */
79-
@media screen and (min-width: 64em) {
79+
@media screen and (min-width: 64em) {
8080
/* Set consistent height for video card */
8181
.video-card {
8282
height: 18.75em;
File renamed without changes.

0 commit comments

Comments
 (0)