mirror of
https://github.com/zulip/zulip.git
synced 2025-11-02 04:53:36 +00:00
css: Use SCSS nesting for .portico-landing.hello .features.
This commit is contained in:
committed by
Tim Abbott
parent
4e20923421
commit
b7216af233
@@ -1228,28 +1228,28 @@ nav {
|
||||
padding: 50px 0px 100px 0px;
|
||||
|
||||
background-color: hsl(0, 0%, 100%);
|
||||
}
|
||||
|
||||
.portico-landing.hello .features .col-2 {
|
||||
text-align: center;
|
||||
.col-2 {
|
||||
text-align: center;
|
||||
|
||||
position: relative;
|
||||
z-index: 1;
|
||||
position: relative;
|
||||
z-index: 1;
|
||||
|
||||
img {
|
||||
margin-bottom: 20px;
|
||||
width: 100%;
|
||||
max-width: 300px;
|
||||
}
|
||||
img {
|
||||
margin-bottom: 20px;
|
||||
width: 100%;
|
||||
max-width: 300px;
|
||||
}
|
||||
|
||||
.il-block {
|
||||
display: inline-block;
|
||||
width: 75%;
|
||||
text-align: left;
|
||||
}
|
||||
.il-block {
|
||||
display: inline-block;
|
||||
width: 75%;
|
||||
text-align: left;
|
||||
}
|
||||
|
||||
h2 {
|
||||
font-weight: normal;
|
||||
h2 {
|
||||
font-weight: normal;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user