mirror of
https://github.com/Noratrieb/womangling.git
synced 2026-01-14 08:55:03 +01:00
responsive
This commit is contained in:
parent
41af7fbcc0
commit
a8bde5caa3
1 changed files with 5 additions and 2 deletions
|
|
@ -50,13 +50,16 @@ footer {
|
|||
.main-two-columns {
|
||||
display: flex;
|
||||
flex-direction: row;
|
||||
flex-wrap: wrap;
|
||||
gap: 20px;
|
||||
|
||||
margin-bottom: 40px;
|
||||
}
|
||||
|
||||
.column-divider {
|
||||
@media screen and (min-width: 560px) {
|
||||
.column-divider {
|
||||
border: black 1px solid;
|
||||
}
|
||||
}
|
||||
|
||||
.action-button {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue