working contacts

This commit is contained in:
Jörg Henke
2022-05-02 13:32:33 +02:00
parent 42c6a2b079
commit 3e363cc4bb
2 changed files with 13 additions and 8 deletions

View File

@ -7,6 +7,10 @@ body {
height: calc(100% - 76px);
}
.float-right {
float: right;
}
.glassy {
background-color: rgba(1,1,1,0.1);
}