Finishing up style fixes across pages

This commit is contained in:
ndaniel1102 2021-04-19 22:33:24 +02:00
parent db347e14ec
commit b88a4d9c9e
10 changed files with 200 additions and 123 deletions

View file

@ -11,6 +11,8 @@
.contactsContainer > * {
text-decoration: none;
color: gainsboro;
padding-top: 10px;
display: flex;
}
@ -18,10 +20,6 @@
padding: 5px;
}
.contactsContainer > *:hover {
background-color: var(--hoover-color);
}
.contactsContainer > * > *:nth-child(1) {
flex: 1;
}
@ -34,9 +32,17 @@
display: flex;
flex-flow: column;
align-items: center;
text-align: center;
padding-top: 8px;
padding-right: 100px;
padding-left: 100px;
}
.text > div:nth-child(1) {
font-size: 20px;
color: var(--text-color);
}
.contactTable {
border-spacing: 15px;
}