Float the icon to the left, raising the content higher

This commit is contained in:
Deon George
2022-10-01 11:07:03 +10:00
parent b96ea4a217
commit 562b14002c
4 changed files with 12 additions and 7 deletions

View File

@@ -1,3 +1,7 @@
.float-left {
float: left;
}
.theme-bg-primary {
background: #007cc3;
}