@paroicms/site-generator-plugin 0.2.1 → 0.2.3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -152,19 +152,19 @@ nav a.active::after {
|
|
|
152
152
|
border-radius: 1.5px;
|
|
153
153
|
}
|
|
154
154
|
|
|
155
|
-
.
|
|
155
|
+
._paMobileMenu nav {
|
|
156
156
|
display: block;
|
|
157
157
|
margin-top: 40px;
|
|
158
158
|
}
|
|
159
159
|
|
|
160
|
-
.
|
|
161
|
-
.
|
|
162
|
-
.
|
|
163
|
-
.
|
|
160
|
+
._paMobileMenu nav a,
|
|
161
|
+
._paMobileMenu nav a:visited,
|
|
162
|
+
._paMobileMenu nav a:active,
|
|
163
|
+
._paMobileMenu nav a:hover {
|
|
164
164
|
color: #333;
|
|
165
165
|
}
|
|
166
166
|
|
|
167
|
-
.
|
|
167
|
+
._paMobileMenu nav a {
|
|
168
168
|
display: block;
|
|
169
169
|
margin: 0;
|
|
170
170
|
padding: 10px;
|
|
@@ -322,5 +322,6 @@ nav a.active::after {
|
|
|
322
322
|
|
|
323
323
|
.Row.center {
|
|
324
324
|
align-items: center;
|
|
325
|
-
}
|
|
325
|
+
}
|
|
326
|
+
`;
|
|
326
327
|
}
|