Files
zulip-desktop/app/renderer/main.css
2016-06-24 04:20:39 +05:30

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%;
}