/*
 Theme Name:   Twenty Twenty-Four Child
 Theme URI:    http://example.com/twentytwentyfour-child/
 Description:  Twenty Twenty-Four Child Theme
 Author:       Your Name
 Author URI:   http://example.com
 Template:     twentytwentyfour
 Version:      1.0.0
*/

@import url("../twentytwentyfour/style.css");

/* Add your custom styles here */

#sortable {
    list-style-type: none;
    margin: 0;
    padding: 0;
    width: 300px;
}
#sortable li {
    margin: 0 3px 3px 3px;
    padding: 1em;
    font-size: 1.2em;
    height: 1.5em;
    cursor: move;
    background: #f9f9f9;
    border: 1px solid #ddd;
}
