Skip to content

Commit a01e30a

Browse files
committed
removed custom csss file in favor of single style attribute
1 parent e5430e0 commit a01e30a

File tree

2 files changed

+1
-7
lines changed

2 files changed

+1
-7
lines changed

www/cc.css

-5
This file was deleted.

www/index.html

+1-2
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,8 @@
66
<meta charset="utf-8">
77
<meta http-equiv="X-UA-Compatible" content="IE=edge">
88
<meta name="viewport" content="width=device-width, initial-scale=1">
9-
<link rel="stylesheet" href="cc.css" />
109
</head>
11-
<body>
10+
<body style="padding-top:5rem;">
1211
<div class="container">
1312
<div class="row">
1413
<div class="col-md-12">

0 commit comments

Comments
 (0)