forked from website/openpower.foundation
update ready template page
Signed-off-by: Toshaan Bharvani <toshaan@vantosh.com>newmemberlevels
parent
60aacb95ee
commit
6a2d059019
@ -0,0 +1,41 @@
|
||||
main {
|
||||
&.ready {
|
||||
@media screen and (max-width: $lg) {
|
||||
padding-top: 50px;
|
||||
padding-bottom: 40px;
|
||||
}
|
||||
@media screen and (min-width: $lg) and (max-width: $xl) {
|
||||
padding-top: 70px;
|
||||
padding-bottom: 40px;
|
||||
}
|
||||
@media screen and (min-width: $xl) {
|
||||
padding-bottom: 50px;
|
||||
}
|
||||
.post__thumb {
|
||||
width: 40px;
|
||||
height: 40px;
|
||||
position: absolute;
|
||||
left: 35px;
|
||||
top: 33px;
|
||||
}
|
||||
.post__title {
|
||||
display: block;
|
||||
margin-top: 1em;
|
||||
padding-left: 70px;
|
||||
padding-right: 30px;
|
||||
white-space: normal;
|
||||
font-size: 18px;
|
||||
min-height: 75px;
|
||||
text-align: left;
|
||||
line-height: 1.2;
|
||||
}
|
||||
}
|
||||
}
|
||||
.promo__section {
|
||||
align-items: center;
|
||||
&.ready {
|
||||
h1 {
|
||||
font-size: 2rem;
|
||||
}
|
||||
}
|
||||
}
|
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
Loading…
Reference in New Issue