File tree Expand file tree Collapse file tree 3 files changed +65
-1
lines changed Expand file tree Collapse file tree 3 files changed +65
-1
lines changed Original file line number Diff line number Diff line change 13
13
/>
14
14
< link rel ="stylesheet " href ="styles/global.css " />
15
15
< link rel ="stylesheet " href ="styles/home.css " />
16
- </ head >
16
+ < meta
17
+ property ="og:image "
18
+ content ="https://clinquant-dango-4ebd25.netlify.app/images/logo/panda-market-logo.png "
19
+ />
20
+ < meta
21
+ property ="og:url "
22
+ content ="https://clinquant-dango-4ebd25.netlify.app "
23
+ />
24
+ < meta property ="og:title " content ="판다마켓 " />
25
+ < meta property ="og:description " content ="일상의 모든 물건을 거래해보세요 " />
17
26
27
+ < meta name ="twitter:card " content ="summary " />
28
+ < meta
29
+ name ="twitter:image "
30
+ content ="https://clinquant-dango-4ebd25.netlify.app/images/logo/panda-market-logo.png "
31
+ />
32
+ < meta
33
+ name ="twitter:url "
34
+ content ="https://clinquant-dango-4ebd25.netlify.app "
35
+ />
36
+ < meta name ="twitter:title " content ="판다마켓 " />
37
+ < meta
38
+ name ="twitter:description "
39
+ content ="일상의 모든 물건을 거래해보세요 "
40
+ />
41
+ </ head >
18
42
< body >
19
43
< header >
20
44
< a href ="/ "
Original file line number Diff line number Diff line change @@ -102,3 +102,23 @@ h1 {
102
102
border-radius : 999px ;
103
103
padding : 16px 124px ;
104
104
}
105
+
106
+ /* Tablet 사이즈 */
107
+ @media (max-width : 1199px ) {
108
+ header {
109
+ padding : 0 24px ;
110
+ }
111
+ footer {
112
+ gap : 16px ;
113
+ }
114
+ }
115
+
116
+ /* Mobile 사이즈 */
117
+ @media (max-width : 767px ) {
118
+ header {
119
+ margin : 0 16px ;
120
+ }
121
+ footer {
122
+ gap : 8px ;
123
+ }
124
+ }
Original file line number Diff line number Diff line change 111
111
color : # 3692ff ;
112
112
text-decoration : underline;
113
113
}
114
+
115
+ /* Mobile 사이즈 */
116
+ @media (max-width : 767px ) {
117
+ .login-page ,
118
+ .signup-page {
119
+ max-width : 400px ;
120
+ }
121
+
122
+ .login-log ,
123
+ .signup-logo {
124
+ width : 198px ;
125
+ height : 66px ;
126
+ }
127
+
128
+ .login-content ,
129
+ .signup-content {
130
+ padding : 0 16px ;
131
+ max-width : 400px ;
132
+ }
133
+ }
You can’t perform that action at this time.
0 commit comments