fixed attributes

This commit is contained in:
2025-10-31 10:27:11 +10:00
parent 0b2a468083
commit d691d57037
3 changed files with 14 additions and 18 deletions

View File

@@ -3,17 +3,9 @@ h3{
margin: 1vh;
}
a{
/* display: inline-flex;
flex-direction: row;
flex-wrap: wrap;
background-color: gray;
width: 10%; это grid!!!*/
}
.content{
background-color: lightgreen;
display: inline-flex;
display: flex;
flex-direction: row;
flex-wrap: nowrap;
padding:10px;
@@ -38,13 +30,8 @@ a{
}
@media (max-width:800px) {
.content{
display: flex;
flex-direction: column;
}
.topic{
width: calc(100%-20px);
/* width:50%; */
}
}
/* grid part */