Skip to content

Commit ef3e511

Browse files
committed
add meta tags, change background colors in demo page
1 parent 632c86d commit ef3e511

File tree

4 files changed

+11
-10
lines changed

4 files changed

+11
-10
lines changed

index.html

+3-2
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,10 @@
44
<head>
55
<meta charset="utf-8">
66
<meta http-equiv="X-UA-Compatible" content="IE=edge">
7-
<meta name="description" content="">
7+
<meta name="theme-color" content="#2e1682">
8+
<meta name="description" content="CSS Responsive grid based on Flexbox">
89
<meta name="viewport" content="width=device-width, initial-scale=1">
9-
<title>Flexit-Responsive CSS grid</title>
10+
<title>Flexit-Responsive CSS Grid based on Flexbox</title>
1011
<link href="https://fonts.googleapis.com/css?family=Dosis|Raleway" rel="stylesheet">
1112
<link rel="stylesheet" href="static/css/main.css">
1213
<link rel="stylesheet" href="static/css/prism.css" />

scss/style.scss

+4-4
Original file line numberDiff line numberDiff line change
@@ -13,11 +13,11 @@ body {
1313

1414
.box-column {
1515
min-height: 3rem;
16-
background: #1238AB;
17-
border: 1px solid #FFF;
16+
background: white;
17+
border: 1px solid #1238AB;
1818
border-radius: 2px;
1919
text-align: center;
20-
color: white;
20+
color: #1238AB;
2121
p {
2222
font-size: 0.875rem;
2323
padding: 10px 5px;
@@ -104,7 +104,7 @@ body {
104104
}
105105

106106
.box-first {
107-
background: #223967;
107+
background: #223967;
108108
border-color: #F4FAF0;
109109
padding: 10px;
110110
}

static/css/main.css

+3-3
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

static/css/main.css.map

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)