fix non-working rwd
This commit is contained in:
@@ -118,6 +118,10 @@ body {
|
|||||||
text-align: center;
|
text-align: center;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.unstyled-html, .create {
|
||||||
|
width: 100%;
|
||||||
|
}
|
||||||
|
|
||||||
/* This div will have crazy cool style, as this should represent that you can use (almost) all the CSS you want.*/
|
/* This div will have crazy cool style, as this should represent that you can use (almost) all the CSS you want.*/
|
||||||
.create .special-style {
|
.create .special-style {
|
||||||
background-color: aqua;
|
background-color: aqua;
|
||||||
@@ -191,8 +195,13 @@ body {
|
|||||||
.sidebyside-element {
|
.sidebyside-element {
|
||||||
width: 40%;
|
width: 40%;
|
||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
code {
|
code {
|
||||||
text-align: justify;
|
text-align: justify;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
code, pre {
|
||||||
|
max-width: 80vw;
|
||||||
|
}
|
||||||
@@ -28,6 +28,11 @@
|
|||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<div class="content">
|
<div class="content">
|
||||||
|
|
||||||
|
<!--FEATURE OVERVIEW-->
|
||||||
|
|
||||||
|
<div class="centered">
|
||||||
|
|
||||||
<div class="create">
|
<div class="create">
|
||||||
<div class="unstyled-html">
|
<div class="unstyled-html">
|
||||||
<h3>Use HTML</h3>
|
<h3>Use HTML</h3>
|
||||||
@@ -61,9 +66,6 @@
|
|||||||
<p>To create stunning presentations</p>
|
<p>To create stunning presentations</p>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<!--FEATURE OVERVIEW-->
|
|
||||||
|
|
||||||
<div class="centered">
|
|
||||||
<div class="sidebyside">
|
<div class="sidebyside">
|
||||||
<div class="sidebyside-element">
|
<div class="sidebyside-element">
|
||||||
<h3>FULL power of CSS.</h3>
|
<h3>FULL power of CSS.</h3>
|
||||||
|
|||||||
Reference in New Issue
Block a user