quick sketch of descriptions and interactions for app list
This commit is contained in:
@ -211,4 +211,20 @@ footer .content span {
|
||||
.button {
|
||||
font-family: "Gudea", "sans-serif" !important;
|
||||
|
||||
}
|
||||
|
||||
.app_icon:hover {
|
||||
transform: rotate(-15deg);
|
||||
}
|
||||
|
||||
.app_name{
|
||||
font-weight: bold;
|
||||
font-size: 18px;
|
||||
margin-bottom: 0.2em;
|
||||
}
|
||||
.app_name:hover{
|
||||
text-decoration: underline;
|
||||
}
|
||||
.app_description{
|
||||
font-size: 14px;
|
||||
}
|
||||
Reference in New Issue
Block a user