Skip to content

Commit

Permalink
change style of vidhub ads
Browse files Browse the repository at this point in the history
  • Loading branch information
xhofe committed Nov 23, 2023
1 parent d076ddf commit 05fc01c
Showing 1 changed file with 8 additions and 3 deletions.
11 changes: 8 additions & 3 deletions docs/.vuepress/components/HomeAds.vue
Original file line number Diff line number Diff line change
Expand Up @@ -73,8 +73,9 @@ const isApple = computed(() => {
background-image: url(/img/ss/vidhub-bg.png);
background-size: cover;
background-position: right;
border-radius: 8px;
border-radius: 14px;
display: block;
padding-right: 4px;
div {
display: flex;
height: 100%;
Expand Down Expand Up @@ -110,10 +111,14 @@ const isApple = computed(() => {
.tag {
background-color: green;
display: inline;
border-radius: 10px;
padding: 4px;
border-radius: 40px;
padding: 6px;
padding-left: 14px;
padding-right: 14px;
margin-left: 4px;
white-space: nowrap;
}
padding-bottom: 5px;
}
.hero {
height: auto;
Expand Down

0 comments on commit 05fc01c

Please sign in to comment.