mirror of
https://github.com/apache/zeppelin
synced 2026-05-24 09:38:26 +00:00
Rearrange 'About Zeppelin'
This commit is contained in:
parent
36c9f1a217
commit
81ef021f44
1 changed files with 33 additions and 10 deletions
|
|
@ -804,24 +804,47 @@ This part should be removed when new version of bootstrap handles this issue.
|
|||
background: #3071a9;
|
||||
}
|
||||
|
||||
.about{
|
||||
/* About Zeppelin */
|
||||
.about {
|
||||
height: 200px;
|
||||
padding-top: 20px;
|
||||
padding-left: 20px;
|
||||
padding: 36px;
|
||||
}
|
||||
|
||||
.about .logo {
|
||||
width: 20%;
|
||||
width: 35%;
|
||||
top: 50%;
|
||||
float: left;
|
||||
}
|
||||
|
||||
.about .content{
|
||||
float: left;
|
||||
padding-left: 10px;
|
||||
top: -30px;
|
||||
.about .logo img {
|
||||
width: 82%;
|
||||
padding-top: 30px;
|
||||
}
|
||||
|
||||
.about .content {
|
||||
position: relative;
|
||||
float: left;
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
.about .logo img{
|
||||
width: 100%;
|
||||
.about .content h3 {
|
||||
font-family: 'Patua One';
|
||||
color: #3071A9;
|
||||
font-size: 30px;
|
||||
margin: 0 auto;
|
||||
}
|
||||
|
||||
@media (max-width: 767px) {
|
||||
.about {
|
||||
height: 170px;
|
||||
padding: 20px;
|
||||
}
|
||||
|
||||
.about .logo {
|
||||
display: none;
|
||||
}
|
||||
|
||||
.about .content {
|
||||
float: none;
|
||||
}
|
||||
}
|
||||
Loading…
Reference in a new issue