Deletion of notification services.
This commit is contained in:
parent
c7ad2aa1b6
commit
a736ae60af
10 changed files with 74 additions and 9 deletions
|
|
@ -26,7 +26,7 @@
|
|||
}
|
||||
#services {
|
||||
display: grid;
|
||||
grid-template-columns: repeat(3, min-content);
|
||||
grid-template-columns: repeat(4, min-content);
|
||||
gap: 10px 24px;
|
||||
background-color: #2979b8;
|
||||
width: min-content;
|
||||
|
|
@ -41,3 +41,6 @@
|
|||
#services div {
|
||||
white-space: nowrap;
|
||||
}
|
||||
#services img.delete {
|
||||
height: 16px;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue