Enable RWD in news section
This commit is contained in:
@@ -411,7 +411,7 @@
|
||||
<div class="news">
|
||||
<div class="container">
|
||||
<div class="row">
|
||||
<div class="col-4">
|
||||
<div class="news__news col-12 col-sm-4">
|
||||
<p class="news__title">
|
||||
New in Release 2.8
|
||||
</p>
|
||||
@@ -435,7 +435,7 @@
|
||||
</div>
|
||||
<button class="rect-button rect-button--small">Go to Release Log</button>
|
||||
</div>
|
||||
<div class="col-4">
|
||||
<div class="news__extensions col-12 col-sm-4">
|
||||
<p class="news__title">
|
||||
Popular Extensions
|
||||
</p>
|
||||
@@ -466,7 +466,7 @@
|
||||
</div>
|
||||
<button class="rect-button rect-button--small">Go to Marketplace</button>
|
||||
</div>
|
||||
<div class="col-4">
|
||||
<div class="news__blog col-12 col-sm-4">
|
||||
<p class="news__title">
|
||||
New From the Blog
|
||||
</p>
|
||||
|
||||
@@ -42,3 +42,16 @@
|
||||
color: $regular-text;
|
||||
font-weight: 500;
|
||||
}
|
||||
|
||||
@media all and (max-width: $phone) {
|
||||
.news__news,
|
||||
.news__extensions,
|
||||
.news__blog {
|
||||
padding: 0 30px;
|
||||
}
|
||||
|
||||
.news__extensions,
|
||||
.news__blog {
|
||||
margin-top: 50px;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user