Sha256: 562916de67acefc03bf6fe71dd1e033cb48d3787b2232ffa998c63aa1ab9eb24
Contents?: true
Size: 469 Bytes
Versions: 58
Compression:
Stored size: 469 Bytes
Contents
// https://www.w3schools.com/howto/howto_css_menu_icon.asp .menu-top-bar { padding: 15px; // to match with .container-fluid 15px } #menu-toggle { .bar1, .bar2, .bar3 { width: 24px; height: 2px; background-color: #333; margin: 6px 0; transition: 0.4s; } } #content { width: 100%; max-width: 900px; padding: 5px; // .container-fluid has 15px already min-height: 85vh; // not 100vh so footer shows a little bit transition: all 0.3s; }
Version data entries
58 entries across 58 versions & 1 rubygems