mirror of
https://github.com/ThatGuySam/doesitarm.git
synced 2026-05-15 06:35:20 -07:00
Test out Carbon Ads
This commit is contained in:
parent
79569f735d
commit
088115d823
3 changed files with 86 additions and 4 deletions
|
|
@ -1,3 +1,4 @@
|
|||
|
||||
/**
|
||||
* This injects Tailwind's base styles, which is a combination of
|
||||
* Normalize.css and some additional base styles.
|
||||
|
|
@ -9,7 +10,8 @@
|
|||
*
|
||||
* @import "tailwindcss/base";
|
||||
*/
|
||||
@tailwind base;
|
||||
/* @tailwind base; */
|
||||
@import "tailwindcss/base";
|
||||
|
||||
/**
|
||||
* This injects any component classes registered by plugins.
|
||||
|
|
@ -18,7 +20,8 @@
|
|||
*
|
||||
* @import "tailwindcss/components";
|
||||
*/
|
||||
@tailwind components;
|
||||
/* @tailwind components; */
|
||||
@import "tailwindcss/components";
|
||||
|
||||
/**
|
||||
* Here you would add any of your custom component classes; stuff that you'd
|
||||
|
|
@ -44,7 +47,11 @@
|
|||
*
|
||||
* @import "tailwindcss/utilities";
|
||||
*/
|
||||
@tailwind utilities;
|
||||
/* @tailwind utilities; */
|
||||
@import "tailwindcss/utilities";
|
||||
|
||||
/* Carbon ads */
|
||||
@import "./carbon.css";
|
||||
|
||||
|
||||
|
||||
|
|
@ -89,7 +96,7 @@ html {
|
|||
*/
|
||||
|
||||
.container {
|
||||
max-width: 1140px;
|
||||
max-width: 1040px;
|
||||
}
|
||||
|
||||
.ease {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue