Skip to content

Commit da59ca7

Browse files
committed
comment
1 parent 6396230 commit da59ca7

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

site/static/style.css

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -105,14 +105,16 @@
105105
text-align: left;
106106
}
107107

108+
/* Embiggening for the location button */
109+
108110
.locationButton {
109-
flex: 0 1 calc(100%); /* Adjust the width to 33.33% minus margin */
111+
flex: 0 1 calc(100%);
110112
margin: 10px 20px;
111113
gap: 0px;
112114
font-size: 2rem;
113115
}
114116

115-
/* Embiggening for the location button */
117+
/* Embiggening for the dialogue button */
116118

117119
.btn {
118120
width: 100%;

0 commit comments

Comments
 (0)