mirror of https://github.com/zulip/zulip.git
login: Shrink font size of organization name.
This commit is contained in:
parent
6eada74bfe
commit
eb6af282fb
|
@ -505,7 +505,7 @@ html {
|
|||
}
|
||||
|
||||
.split-view .info-box .organization-name {
|
||||
font-size: 2.5em;
|
||||
font-size: 1.5em;
|
||||
font-weight: 300;
|
||||
line-height: 1;
|
||||
}
|
||||
|
@ -734,10 +734,6 @@ button.login-google-button {
|
|||
margin-top: 0px;
|
||||
}
|
||||
|
||||
.split-view .org-header .info-box .organization-name {
|
||||
font-size: 2em;
|
||||
}
|
||||
|
||||
.split-view .org-header .info-box .organization-path {
|
||||
margin-top: 0px;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue