We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6b3cda1 commit c8d7c3fCopy full SHA for c8d7c3f
css/codeception.css
@@ -3,6 +3,8 @@
3
}
4
body {
5
background: #ecf0f1; /** url("/images/bg.png") transparent !important; */
6
+ word-wrap: break-word; // IE
7
+ overflow-wrap: break-word; // CSS3
8
9
body .navbar.nav-custom {
10
background: #042943;
@@ -283,18 +285,21 @@ ul.navbar-nav {
283
285
.row.home-btns{
284
286
margin-bottom:0px;
287
288
+
289
+ ul {
290
+ padding-left: 20px;
291
+ }
292
293
294
@media screen and (max-width : 767px) {
-
295
296
.menu li {
297
clear: both;
298
299
300
body #home-hero h1{
301
padding-top:0px;
302
303
304
305
@media screen and (min-width: 1030px) {
0 commit comments