Skip to content

Commit 2573d21

Browse files
committed
affichage corrige
1 parent a3702aa commit 2573d21

File tree

3 files changed

+3
-4
lines changed

3 files changed

+3
-4
lines changed

.DS_Store

0 Bytes
Binary file not shown.

styleblue.css

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -39,17 +39,17 @@ header a {
3939
}
4040

4141
main {
42-
min-height: 100vh;
4342
display: flex;
4443
align-items: center;
4544
justify-content: center;
45+
margin-top: 5em;
46+
margin-bottom: 5em;
4647
}
4748

4849
main #glass {
4950
display: flex;
50-
justify-content: space-evenly;
5151
padding: 0%;
52-
width: 60%;
52+
width: 80%;
5353
min-height: 80vh;
5454
z-index: 2;
5555
backdrop-filter: blur(2rem);

styleblue_small.css

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,6 @@ main {
4646

4747
main #glass {
4848
display: flex;
49-
justify-content: space-evenly;
5049
padding: 0%;
5150
width: 98%;
5251
min-height: 80vh;

0 commit comments

Comments
 (0)