Skip to content

Commit db41003

Browse files
committed
clean comments
1 parent 5855037 commit db41003

File tree

1 file changed

+2
-12
lines changed

1 file changed

+2
-12
lines changed

css/main.css

Lines changed: 2 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ body{
1414
font-family: 'Source Sans Pro', sans-serif;
1515
font-size: 16px;
1616
}
17+
1718
@media only screen and (max-width: 1024px) {
1819
body{
1920
background: #fee13d;
@@ -29,10 +30,6 @@ section{
2930
width: 100%;
3031
box-sizing: border-box;
3132
flex: 2 auto;
32-
/*display: flex;
33-
flex-direction: column;
34-
justify-content: center;
35-
align-items: center;*/
3633
}
3734

3835
footer {
@@ -53,6 +50,7 @@ img {
5350
width: 100%;
5451
max-width: 500px;
5552
}
53+
5654
h1, #logo{
5755
text-align: center;
5856
}
@@ -94,11 +92,3 @@ footer a:hover {
9492
color: red;
9593
font-size: 35px;
9694
}
97-
98-
/*.float-left {
99-
float: left;
100-
}
101-
102-
.float-right {
103-
float: right;
104-
}*/

0 commit comments

Comments
 (0)