We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 054803a commit 764fb49Copy full SHA for 764fb49
2 files changed
index.html
@@ -18,7 +18,7 @@
18
<!-- Main container -->
19
<div class="page-container"><!-- Hero Bloc -->
20
<div id="hero-bloc" class="bloc hero">
21
- <img src="what-is-scale.jpg" style="width:100%">
+ <img src="what-is-scale.jpg" style="-max-width:100%;max-height:100%;">
22
</div>
23
<!-- Hero Bloc END -->
24
style.css
@@ -264,9 +264,8 @@ nav .caret{
264
265
.hero{
266
padding:0;
267
- position:relative;
268
- display:inline-table;
269
background:#00394B;
+ text-align:center;
270
}
271
.hero-nav{
272
position:absolute;
0 commit comments