Skip to content

Commit

Permalink
Update css-generator.php
Browse files Browse the repository at this point in the history
  • Loading branch information
jessuppi authored Aug 10, 2024
1 parent 928acf7 commit a402df1
Showing 1 changed file with 10 additions and 11 deletions.
21 changes: 10 additions & 11 deletions inc/css-generator.php
Original file line number Diff line number Diff line change
Expand Up @@ -3006,6 +3006,16 @@ function hovercraft_generate_css(){


/* widgets */

.widget-wrapper ul li ul {
margin-left: 0 !important;
}

.widget-wrapper ul li ul li {
margin-left: 0 !important;
list-style-type: circle;
line-height: 2;
}

.widget-wrapper iframe {
max-width: 100%;
Expand Down Expand Up @@ -3584,17 +3594,6 @@ function hovercraft_generate_css(){
margin-left: 10px;
}

#footer ul li {
list-style-type: disc;
line-height: 2;
}

#footer ul li li {
margin-left: 10px;
list-style-type: circle;
line-height: 2;
}


/* copyright */

Expand Down

0 comments on commit a402df1

Please sign in to comment.