We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a4086b9 commit 9097d50Copy full SHA for 9097d50
index.css
@@ -130,7 +130,7 @@ a{
130
.panel > .content-box > div {
131
font-size: 20px;
132
}
133
-.LimaJS-schedule ul {
+.panel > .content-box ul {
134
list-style: none;
135
padding: 0;
136
index.html
@@ -13,7 +13,7 @@
13
<meta name="msapplication-config" content="/favicons/browserconfig.xml">
14
<meta name="theme-color" content="#ffffff">
15
<link rel="stylesheet" href="//cdnjs.cloudflare.com/ajax/libs/10up-sanitize.css/8.0.0/sanitize.min.css">
16
- <link rel="stylesheet" href="/index.css?0.0.0">
+ <link rel="stylesheet" href="/index.css?0.1.0">
17
</head>
18
<body>
19
<section class="hero">
0 commit comments