Skip to content
Snippets Groups Projects
Commit edfe01a3 authored by Wortman, Elliot (UG - Comp Sci & Elec Eng)'s avatar Wortman, Elliot (UG - Comp Sci & Elec Eng)
Browse files

ValueTabs allBoxes class

parent be0367c0
No related branches found
No related tags found
3 merge requests!5Replace Vue3 template site with NanoPatch UI & API,!4Modify passing x-axis-data as refering to function was causing errors in production build,!3Line Graphs + Design Overhaul
......@@ -33,7 +33,7 @@ export default {
</script>
<template>
<div style="font-size: 40px; width: fit-content;">
<div class="allBoxes">
<div>
<div class="valueBox">
Nitrogen (N):&nbsp;
......@@ -64,6 +64,13 @@ export default {
</template>
<style scoped>
.allBoxes{
/* font-size: 40px; */
font-size: 2vw;
width: fit-content;
/* padding-top: 5%; */
}
.valueBox {
display: flex;
padding-bottom: 2%;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment