Skip to content

Commit

Permalink
g2_最近の投稿ウィジェットのpaddingを0に/ 微調整
Browse files Browse the repository at this point in the history
  • Loading branch information
goutetsuguma committed Sep 17, 2024
1 parent 069e023 commit 88788ca
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
11 changes: 11 additions & 0 deletions _g2/design-skin/origin2/_scss/_outer_origin.scss
Original file line number Diff line number Diff line change
Expand Up @@ -113,3 +113,14 @@ footer.siteFooter .widget .tagcloud a {
border: 1px solid rgba(0, 0, 0, 0.1);
background-color: rgba(255, 255, 255, 0.8);
}

/*-------------------------------------------*/
/* .wp-block-latest-posts Reset css
/*-------------------------------------------*/
.widget_recent_entries .wp-block-latest-posts li{
padding:unset;
border-bottom: unset;
&>a{
margin-bottom: 0;
}
}
Loading

0 comments on commit 88788ca

Please sign in to comment.