mirror of
https://github.com/YunoHost-Apps/hubzilla_ynh.git
synced 2024-09-03 19:26:21 +02:00
16 lines
210 B
CSS
16 lines
210 B
CSS
|
.home-welcome {
|
||
|
text-align: center;
|
||
|
}
|
||
|
|
||
|
.generic-content-wrapper-styled {
|
||
|
margin-left: auto;
|
||
|
margin-right: auto;
|
||
|
max-width: 420px;
|
||
|
font-size: 1.1em;
|
||
|
}
|
||
|
|
||
|
#login-main {
|
||
|
max-width: 400px;
|
||
|
margin-top: 50px;
|
||
|
}
|