ADD: Pricing charts layout
Added column based pricing chart layout, add nuxt/fonts
This commit is contained in:
parent
f263a5574a
commit
84a295f011
11 changed files with 1310 additions and 352 deletions
|
@ -3,6 +3,7 @@
|
|||
}
|
||||
|
||||
.Header {
|
||||
font-family: 'Roboto Condensed', sans-serif;
|
||||
padding: 15px calc(15vw - 30px);
|
||||
width: 100%;
|
||||
background: transparent;
|
||||
|
@ -31,7 +32,6 @@
|
|||
}
|
||||
|
||||
& strong {
|
||||
font-family: 'Roboto Condensed', sans-serif;
|
||||
font-size: 1.5rem;
|
||||
flex: 1.5;
|
||||
display: flex;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue