yeah we good for now
This commit is contained in:
parent
bf4e947853
commit
da877dd4f4
15 changed files with 151 additions and 49 deletions
18
about.css
18
about.css
|
|
@ -1,20 +1,28 @@
|
|||
#about {
|
||||
flex-wrap: wrap;
|
||||
}
|
||||
|
||||
|
||||
#contact_logobox {
|
||||
flex-grow: 0;
|
||||
flex-grow: 1;
|
||||
}
|
||||
|
||||
#contact_logo {
|
||||
max-width: 300px;
|
||||
}
|
||||
#contactbox {
|
||||
flex-grow: 1;
|
||||
|
||||
flex-grow: 4;
|
||||
flex-wrap: wrap;
|
||||
}
|
||||
|
||||
.protocol {
|
||||
flex-basis: 300px;
|
||||
min-width: 300px;
|
||||
flex-grow: 1;
|
||||
}
|
||||
|
||||
|
||||
.contact {
|
||||
flex-grow: 1;
|
||||
flex-grow: 3;
|
||||
flex-wrap: wrap;
|
||||
min-width: 300px;
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue