diff --git a/src/components/MonthPresentation.vue b/src/components/MonthPresentation.vue
index e72ba11..9b99122 100644
--- a/src/components/MonthPresentation.vue
+++ b/src/components/MonthPresentation.vue
@@ -7,6 +7,11 @@
     
        {{ theYear }} 
     
 
+      
+        
+        
+        
+      
   
   
-  
-    
-    
-    
-  
 
 
 
@@ -112,7 +112,7 @@ export default {
         flex-direction: row;
         */
         display: grid;
-        grid-template-columns: 1fr 6fr 150px;
+        grid-template-columns: 1fr 6fr;
 
         box-shadow: 2px 2px 5px gray;
         border-left: 1rem solid black;
@@ -154,4 +154,11 @@ export default {
     .novisible {
         display: None;
     }
+    button {
+        margin-top: 5px;
+        padding: 4px;
+        font-size: 0.8em;
+        width: auto;
+
+    }