Add margins to every element

This commit is contained in:
RealStickman 2023-05-03 19:55:25 +02:00
parent 6b215ce5e0
commit 3b2f6e5988

View File

@ -2,6 +2,8 @@
/* `otf-font-awesome` is required to be installed for icons */
font-family: FontAwesome, Fira Sans, sans-serif;
font-size: 12px;
margin-left: 5;
margin-right: 5;
}
window#waybar {