mirror of
https://gitlab.com/MrFry/qmining-page
synced 2025-04-01 20:23:44 +02:00
Finishing up style fixes across pages
This commit is contained in:
parent
db347e14ec
commit
b88a4d9c9e
10 changed files with 200 additions and 123 deletions
|
@ -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;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue