Skip to content

Commit 8e06cd7

Browse files
committed
Update un po' rifinito perché sì
1 parent 24cf90c commit 8e06cd7

File tree

1 file changed

+13
-1
lines changed

1 file changed

+13
-1
lines changed

index.html

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,21 +10,33 @@
1010
color: white;
1111
text-align: center;
1212
font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
13+
margin-left: 0;
1314
}
1415
.post-feed{
1516
display: flex;
1617
flex-wrap: wrap;
18+
justify-content: center;
1719
}
1820
.post{
1921
padding: 1px 10px;
2022
margin: 10px;
2123
background-color: darkgrey;
22-
width: 500px;
2324
text-align: left;
25+
width: 500px;
2426
}
2527
.post-date{
2628
font-size: 8pt;
2729
}
30+
31+
@media only screen and (max-width: 600px){
32+
.post-feed{
33+
justify-content: left;
34+
}
35+
.post{
36+
margin-left: 0;
37+
width: 100%;
38+
}
39+
}
2840
</style>
2941
</head>
3042
<body>

0 commit comments

Comments
 (0)