This commit is contained in:
Daniel Vinci 2021-04-30 12:01:22 -06:00
parent ebda66f32d
commit a6d91c1ef1
No known key found for this signature in database
GPG key ID: 7A700C29916C26CA
48 changed files with 10 additions and 2 deletions
.yarn/cache
@emmetio-abbreviation-npm-2.2.2-2fa0ef867f-191402728b.zip@emmetio-css-abbreviation-npm-2.1.4-05e2d03465-28d36e3b0e.zip@emmetio-scanner-npm-1.0.0-9b3eb0b7bc-7fa356b160.zip@types-pug-npm-2.0.4-a232f44f32-f4470eb188.zip@types-sass-npm-1.16.0-aca7a96a6f-e95d14da2d.zipanymatch-npm-3.1.2-1d5471acfa-cd6c08eb8d.zipbinary-extensions-npm-2.2.0-180c33fec7-0f5f5685f3.zipbraces-npm-3.0.2-782240b28a-f3493181c3.zipchokidar-npm-3.5.1-205217279e-61b3f710f9.zipdedent-js-npm-1.0.1-ddf8ce03f4-d105eb4ea9.zipdetect-indent-npm-6.0.0-9f7d77378e-ad06194141.zipemmet-npm-2.3.4-d81d025e57-299f0c4c6f.zipestree-walker-npm-2.0.2-dfab42f65c-378cc9d3be.zipfill-range-npm-7.0.1-b8b1817caa-efca43d59b.zipglob-parent-npm-5.1.2-021ab32634-82fcaa4ce1.zipis-binary-path-npm-2.1.0-e61d46f557-49a1446a3c.zipis-extglob-npm-2.1.1-0870ea68b5-ca623e2c56.zipis-glob-npm-4.0.1-341760116f-98cd4f715f.zipis-number-npm-7.0.0-060086935c-eec6e506c6.zipjsonc-parser-npm-2.3.1-9bef9d1f9b-4ee1326ca9.ziplower-case-npm-2.0.2-151055f1c2-aabaca9cef.zipmin-indent-npm-1.0.1-77031f50e1-c3aeea46bc.zipno-case-npm-3.0.4-12884c3d98-84db4909ca.zipnormalize-path-npm-3.0.0-658ba7d77f-215a701b47.zippascal-case-npm-3.1.2-35f5b9bff6-31708cecab.zippicomatch-npm-2.2.3-3797e21cf0-f8c9323bc3.zipprettier-npm-2.2.1-e0670992f8-92c6c9f4b8.zipprettier-plugin-svelte-npm-2.2.0-86ee8e9b1e-80835696c3.zipreaddirp-npm-3.5.0-a1b1568d32-a64fe56069.zipstrip-indent-npm-3.0.0-519e75a28d-4a7860e943.zipsvelte-language-server-npm-0.13.4-37ef2c1994-a79263b898.zipsvelte-npm-3.35.0-c854def3f9-de6041dee9.zipsvelte-preprocess-npm-4.6.9-ce530b6094-a227290640.zipsvelte2tsx-npm-0.1.189-da1b12bc92-10c7ca50e5.zipto-regex-range-npm-5.0.1-f1e8263b00-2b6001e314.ziptslib-npm-2.2.0-e83a07daa5-2d35468c47.ziptypescript-npm-4.2.4-e15e017ccc-edaede2fa7.zipvscode-css-languageservice-npm-5.0.0-05702cc689-6130346b87.zipvscode-emmet-helper-npm-2.1.2-a3394ec632-aee6f6d6a2.zipvscode-html-languageservice-npm-4.0.0-7ad8a90b71-048df63234.zipvscode-jsonrpc-npm-6.0.0-4e625ea1b8-18b262ae7b.zipvscode-languageserver-npm-7.0.0-1e7ab6363b-6ff2830827.zipvscode-languageserver-protocol-npm-3.16.0-7e2ca72c58-b8a0b31433.zipvscode-languageserver-textdocument-npm-1.0.1-7e6d1e84e1-e69f0be226.zipvscode-languageserver-types-npm-3.16.0-bd03fd2d40-49a66a6e0a.zipvscode-nls-npm-5.0.0-934475e215-6ad8ed1da5.zipvscode-uri-npm-2.1.2-818cfab1f1-e911d2a2bb.zip
src/components

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

View file

@ -11,8 +11,8 @@
width: 100%; width: 100%;
height: 115px; height: 115px;
display: flex; display: flex;
align-items: flex-start; align-items: center;
justify-content: flex-end; justify-content: center;
background-color: #00111d; background-color: #00111d;
color: #ffffff; color: #ffffff;
} }
@ -23,4 +23,12 @@
max-width: 250px; max-width: 250px;
text-align: right; text-align: right;
} }
@media only screen
and (max-device-width: 900px)
and (orientation: portrait) {
.talkingPointNameContainer .talkingPointName {
text-align: center;
}
}
</style> </style>