File tree 2 files changed +31
-2
lines changed
2 files changed +31
-2
lines changed Original file line number Diff line number Diff line change 1
1
---
2
2
layout: default
3
3
---
4
+ < header id ="header ">
5
+ < div class ="logo ">
6
+ < img id ="header-img "" src="../resources/webarkit-logo-social.jpg" alt="webarkit logo"/>
7
+ </ div >
8
+ </ header >
4
9
< main class ="content " role ="main ">
5
- < img class ="logo " src ="../resources/webarkit-logo-social.jpg " alt ="webarkit logo "/>
6
10
< section class ="main-content ">
7
11
{{ content }}
8
12
{% include footer.html %}
Original file line number Diff line number Diff line change 44
44
}
45
45
46
46
.logo {
47
- max-width : 50%
47
+ width : 60vw ;
48
+ }
49
+
50
+ @media (max-width : 650px ) {
51
+ .logo {
52
+ margin-top : 15px ;
53
+ width : 100% ;
54
+ position : relative ;
55
+ }
56
+ }
57
+
58
+ .logo > img {
59
+ width : 100% ;
60
+ height : 100% ;
61
+ max-width : 300px ;
62
+ display : flex ;
63
+ justify-content : center ;
64
+ align-items : center ;
65
+ text-align : center ;
66
+ margin-left : 20px ;
67
+ }
68
+
69
+ @media (max-width : 650px ) {
70
+ .logo > img {
71
+ margin : 0 auto ;
72
+ }
48
73
}
49
74
50
75
.btn {
You can’t perform that action at this time.
0 commit comments