1
0
mirror of https://github.com/ipdb/website.git synced 2024-11-13 16:54:50 +01:00

remove flexbox from all sections by default

* fixes #19
This commit is contained in:
Matthias Kretschmann 2017-09-20 10:04:53 +02:00
parent e4a13cd823
commit cf2483ac52
Signed by: m
GPG Key ID: 606EEEF3C479A91F
2 changed files with 4 additions and 4 deletions

View File

@ -9,6 +9,9 @@ $edge-height: $spacer * 4;
min-height: 580px;
margin-bottom: $edge-height-sm;
position: relative;
display: flex;
flex-wrap: wrap;
align-items: center;
@media ($screen-sm) {
height: calc(100vh - #{$edge-height});

View File

@ -4,9 +4,6 @@
.section {
padding-top: $spacer * 2;
padding-bottom: $spacer * 2;
display: flex;
flex-wrap: wrap;
align-items: center;
@media ($screen-sm) {
padding-top: $spacer * 5;
@ -20,7 +17,7 @@
text-rendering: optimizeLegibility;
.row {
width: 100%;
flex: 0 0 100%;
}
p:last-child {