mirror of
https://github.com/kremalicious/krtmn.git
synced 2024-12-22 09:13:25 +01:00
meta viewport
This commit is contained in:
parent
51e43d001d
commit
042992f8d5
@ -45,6 +45,12 @@ function krtmn_touch_icons() {
|
||||
}
|
||||
|
||||
|
||||
// custom viewport
|
||||
yourls_add_action( 'html_head', 'krtmn_viewport' );
|
||||
|
||||
function krtmn_viewport() {
|
||||
echo '<meta name="viewport" content="width=device-width">';
|
||||
}
|
||||
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user