Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/asurbernardo/amperage.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorasurbernardo <asur@asurbernardo.com>2020-07-19 15:56:57 +0300
committerasurbernardo <asur@asurbernardo.com>2020-07-19 15:56:57 +0300
commit74af75c9b664ae07b7d0cd0f33379f158e4ef15c (patch)
treeaa2db3b65eff0b0df00cbdcb982a0abd82ca9e85
parente334bbb36ab40f04711ae3d8e622810fb5e23ce4 (diff)
Remove reserved class name from theme styles to pass AMP validation
-rw-r--r--assets/theme.scss5
1 files changed, 0 insertions, 5 deletions
diff --git a/assets/theme.scss b/assets/theme.scss
index cfb8228..b121ab3 100644
--- a/assets/theme.scss
+++ b/assets/theme.scss
@@ -75,11 +75,6 @@ body {
border-bottom: none;
}
}
- .i-amphtml-autocomplete-results {
- width: 100%;
- border-radius: 0;
- margin-left: 0;
- }
}
.pagination {
margin: 3em auto 2em auto;