Compare commits

...

2 Commits

Author SHA1 Message Date
Indigo5684
12fd810125 fix: date 2025-10-14 13:37:01 -05:00
Indigo5684
2fe9bdc2c5 fix: width 2025-10-14 13:36:33 -05:00
2 changed files with 2 additions and 2 deletions

View File

@@ -6,7 +6,7 @@ import RightColumn from './components/RightColumn.vue'
<template> <template>
<v-app> <v-app>
<v-main color="red"> <v-main color="red">
<v-container> <v-container fluid>
<v-row> <v-row>
<!-- Left Column --> <!-- Left Column -->
<v-col cols="3"> <v-col cols="3">

View File

@@ -3,7 +3,7 @@ const entries = [
{ {
title: 'The University of Alabama', title: 'The University of Alabama',
subtitle: 'Physics, Mathematics (Applied)', subtitle: 'Physics, Mathematics (Applied)',
date: '2024 -> 2026', date: '2022 -> 2026',
color: 'red', color: 'red',
}, },
] ]