articles have same width

This commit is contained in:
Jonas Leder 2021-01-20 21:28:02 +01:00
parent c7652ad58a
commit a52324f018
2 changed files with 6 additions and 2 deletions

View file

@ -12,8 +12,8 @@ article{
border-radius: 20px;
padding: 10px;
margin-right: 20px;
width: 100%;
height: 100%;
flex: 1 1 0;
width: 0;
word-wrap: break-word;
p{
word-wrap: break-word;

View file

@ -26,4 +26,8 @@
#newestPost{
display: none;
}
article{
width: 95%;
}
}