Merge Edge with data #1

Merged
alfred merged 49 commits from edge into master 2022-07-27 14:13:41 +01:00
Showing only changes of commit baf769f32d - Show all commits

View File

@ -23,14 +23,14 @@ main{
} }
.home-button{ .home-button{
display: inline-block; display: inline-block;
width: 82px; width: 76px;
height: 82px; height: 82px;
overflow: hidden; overflow: hidden;
} }
.home-button > div{ .home-button > div{
display: inline; display: inline;
font-size: 60px; font-size: 60px;
padding: 12px; padding: 12px 8px;
vertical-align: middle; vertical-align: middle;
text-align: center; text-align: center;
} }