up login page
This commit is contained in:
parent
7de81096bb
commit
669b82aeea
1 changed files with 7 additions and 1 deletions
|
@ -13,7 +13,7 @@
|
||||||
.Aligner {
|
.Aligner {
|
||||||
width: 80vw;
|
width: 80vw;
|
||||||
margin: 0 auto;
|
margin: 0 auto;
|
||||||
min-height: 1000px;
|
min-height: 50vh;
|
||||||
}
|
}
|
||||||
|
|
||||||
.sub-title {
|
.sub-title {
|
||||||
|
@ -84,6 +84,12 @@
|
||||||
.technical-contact {
|
.technical-contact {
|
||||||
margin-top: 225px;
|
margin-top: 225px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.external-link {
|
||||||
|
&:hover {
|
||||||
|
color: white;
|
||||||
|
}
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
.Aligner {
|
.Aligner {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue