This commit is contained in:
parent
0c20cfc47a
commit
07c09dfd87
3 changed files with 7 additions and 3 deletions
|
@ -30,11 +30,13 @@ body {
|
|||
}
|
||||
#link-container a {
|
||||
text-decoration: none;
|
||||
color: var(--term-color);
|
||||
color: black;
|
||||
}
|
||||
#link-container {
|
||||
display: flex;
|
||||
gap: 4vw;
|
||||
background-color: var(--term-color);
|
||||
justify-content: center;
|
||||
}
|
||||
hr {
|
||||
margin-top: 1px;
|
||||
|
@ -113,6 +115,9 @@ label {
|
|||
.service-icon {
|
||||
vertical-align: middle;
|
||||
}
|
||||
#content {
|
||||
margin-top: 5px;
|
||||
}
|
||||
.service-title {
|
||||
align-items: center;
|
||||
gap: 5px;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue