mirror of
https://github.com/ipdb/website.git
synced 2024-11-13 16:54:50 +01:00
parent
e4a13cd823
commit
cf2483ac52
@ -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});
|
||||
|
@ -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 {
|
||||
|
Loading…
Reference in New Issue
Block a user