mirror of
https://github.com/10h30/trestle.git
synced 2026-06-05 15:09:35 +09:00
Improved CSS appearance with custom background image, updated theme tags, and modified the expand/contract functionality of the mobile menu button.
This commit is contained in:
@@ -31,7 +31,7 @@ jQuery(document).ready(function() {
|
||||
jQuery('#menu-button').click(function() {
|
||||
var button = jQuery(this);
|
||||
button.toggleClass('open');
|
||||
jQuery('.menu-primary').slideToggle();
|
||||
jQuery('.nav-primary').slideToggle();
|
||||
});
|
||||
|
||||
// Mobile navigation icons
|
||||
|
||||
Reference in New Issue
Block a user