We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c0a9f1c commit b19a851Copy full SHA for b19a851
src/components/head/CommonCss.tsx
@@ -2,19 +2,19 @@ import React from "react";
2
3
const CommonCss = () => {
4
const css = `
5
- :where(.w-full) {
+ .w-full {
6
width: 100%;
7
}
8
9
- :where(.flex) {
+ .flex {
10
display: flex;
11
12
13
- :where(.items-center) {
+ .items-center {
14
align-items: center;
15
16
17
- :where(.justify-center) {
+ .justify-center {
18
justifiy-content: center
19
20
0 commit comments