Skip to content

Commit cf8f947

Browse files
author
David Da Silva
committed
🐛 replace fixed max-width in pixels
1 parent 5d67335 commit cf8f947

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

css/style.css

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -139,7 +139,7 @@ body {
139139
font-size: calc(1vw + 1vh + 0.5vmin);
140140
padding: 2vmax;
141141
width: 80vw;
142-
max-width: 600px;
142+
max-width: 30em;
143143
background-color: #333333;
144144
z-index: 50;
145145

@@ -160,7 +160,7 @@ body {
160160
div.buttons {
161161
display: flex;
162162
gap: 0.5rem;
163-
flex-wrap: wrap;
163+
flex-wrap: wrap;
164164
}
165165

166166
button.action {
@@ -177,9 +177,9 @@ body {
177177
}
178178

179179
#github{
180-
position: static;
181-
order: 3;
182-
flex-basis: 100%;
180+
position: static;
181+
order: 3;
182+
flex-basis: 100%;
183183
display: flex;
184184
justify-content: center;
185185
align-items: center;
@@ -249,5 +249,5 @@ body {
249249
font-weight: bold;
250250
text-align: center;
251251
padding: 0.2em;
252-
background: none;
252+
background: none;
253253
}

0 commit comments

Comments
 (0)