bar.scss 254 Bytes Raw Blame History Permalink 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 .topbar, .bottombar { display: flex; flex-direction: row; align-items: center; font-size: 1.3rem; a { font-size: 2rem; } * { padding: 0.3rem 0.5rem; } } .topbar { margin-bottom: 0.5rem; } .bottombar { margin-top: 0.5rem; }