-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update cbs_enlarge_font_size_when_viewport_is_more_than_1920px.css
- Loading branch information
1 parent
ee3b2cd
commit e7d1aee
Showing
1 changed file
with
2 additions
and
24 deletions.
There are no files selected for viewing
26 changes: 2 additions & 24 deletions
26
public/cbs_enlarge_font_size_when_viewport_is_more_than_1920px.css
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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; } | ||
} |