Skip to content

Commit

Permalink
Update cbs_enlarge_font_size_when_viewport_is_more_than_1920px.css
Browse files Browse the repository at this point in the history
  • Loading branch information
heimseiten authored Sep 25, 2024
1 parent ee3b2cd commit e7d1aee
Showing 1 changed file with 2 additions and 24 deletions.
26 changes: 2 additions & 24 deletions public/cbs_enlarge_font_size_when_viewport_is_more_than_1920px.css
Original file line number Diff line number Diff line change
@@ -1,25 +1,3 @@
@media(min-width:1921px){

#left { width: 300px; }
#main { width: calc(100% - 300px); }

body,
.widget *,
.widget>div>*,
.chzn-container-single .chzn-single>span,
#tl_navigation .menu_level_0 a[class^=group-] { font-size: 23px; }

.tl_listing_container .tl_content_right img {
width: 25px;
height: 25px;
}

.tl_tip { height: 1.2em; }

.tl_box h3, .tl_tbox h3, .tl_xpl h3 { height: unset; }
.tl_submit { height: unset; }
.tl_checkbox_single_container { height: unset; }

.tl_content_left { line-height: 1.2; }

}
html { zoom: 1.75; }
}

0 comments on commit e7d1aee

Please sign in to comment.