mirror of
https://github.com/zulip/zulip-desktop.git
synced 2025-11-03 13:33:18 +00:00
29 lines
258 B
CSS
29 lines
258 B
CSS
body {
|
|
background: #6BB6C7;
|
|
}
|
|
|
|
.about {
|
|
margin-top: 50px;
|
|
}
|
|
|
|
.left {
|
|
position: absolute;
|
|
top:89%;
|
|
left:76%;
|
|
}
|
|
|
|
.about p {
|
|
font-size: 20px;
|
|
color: rgba(0, 0, 0, 0.62);
|
|
}
|
|
|
|
.about img {
|
|
width:160px;
|
|
}
|
|
|
|
.detail {
|
|
text-align: left;
|
|
margin-left: 35%;
|
|
}
|
|
|