updated color scheme and add back price table
This commit is contained in:
parent
c1fa1a4a5f
commit
c8d341750d
1 changed files with 2 additions and 3 deletions
|
@ -189,8 +189,8 @@ section h2 {
|
|||
margin-bottom: 25px;
|
||||
padding: 100px 60px 15px 60px;
|
||||
|
||||
color: #e43e1c;
|
||||
text-shadow: 3px 2px 1px #dc8c5e, 2px 3px 1px #dc8c5e;
|
||||
color: #ffbe24;
|
||||
text-shadow: 3px 2px 1px #773051, 2px 3px 1px #773051;
|
||||
|
||||
font-size: 2.1rem;
|
||||
font-weight: 800;
|
||||
|
@ -391,7 +391,6 @@ section p.stand-out {
|
|||
/*--------------------------------------------------------*/
|
||||
|
||||
table.prices {
|
||||
display: none; /* hide prices until they are definitive */
|
||||
max-width: 600px;
|
||||
width: 100%;
|
||||
|
||||
|
|
Loading…
Reference in a new issue