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:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user