mirror of
https://github.com/ets-cfuhrman-pfe/EvalueTonSavoir.git
synced 2025-08-11 21:23:54 -04:00
17 lines
269 B
CSS
17 lines
269 B
CSS
.login-links {
|
|
padding-top: 10px;
|
|
width: 100%;
|
|
display: flex;
|
|
flex-direction: column;
|
|
align-items: center;
|
|
}
|
|
|
|
.login-links a {
|
|
padding: 4px;
|
|
color: #333;
|
|
text-decoration: none;
|
|
}
|
|
|
|
.login-links a:hover {
|
|
text-decoration: underline;
|
|
}
|