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 5855037 commit db41003Copy full SHA for db41003
css/main.css
@@ -14,6 +14,7 @@ body{
14
font-family: 'Source Sans Pro', sans-serif;
15
font-size: 16px;
16
}
17
+
18
@media only screen and (max-width: 1024px) {
19
body{
20
background: #fee13d;
@@ -29,10 +30,6 @@ section{
29
30
width: 100%;
31
box-sizing: border-box;
32
flex: 2 auto;
- /*display: flex;
33
- flex-direction: column;
34
- justify-content: center;
35
- align-items: center;*/
36
37
38
footer {
@@ -53,6 +50,7 @@ img {
53
50
54
51
max-width: 500px;
55
52
56
h1, #logo{
57
text-align: center;
58
@@ -94,11 +92,3 @@ footer a:hover {
94
92
color: red;
95
93
font-size: 35px;
96
97
-
98
-/*.float-left {
99
- float: left;
100
- }
101
102
-.float-right {
103
- float: right;
104
-}*/
0 commit comments