style fix

master
chakib benziane 10 years ago
parent f6d42572ba
commit 3207d90439

12
css/bootstrap.css vendored

@ -7534,12 +7534,6 @@ body h2 {
line-height: 40px;
}
body img,
body video {
width: 100% !important;
height: auto !important;
}
.btc-address {
cursor: pointer;
border-bottom: 1px dashed;
@ -7638,6 +7632,12 @@ body video {
transition: all 50ms ease;
}
.main .projects img,
.main .projects video {
width: 100% !important;
height: auto !important;
}
.main .projects .left-panel {
height: 37rem;
overflow: hidden;

File diff suppressed because one or more lines are too long

@ -18,10 +18,6 @@ body {
line-height: 40px;
}
img, video {
width: 100% !important;
height: auto !important;
}
}
@ -119,6 +115,11 @@ body {
}
.projects {
img, video {
width: 100% !important;
height: auto !important;
}
.left-panel {
height: 37rem;