31 lines
569 B
CSS
31 lines
569 B
CSS
|
/*!
|
||
|
* Start Bootstrap - 3 Col Portfolio (http://startbootstrap.com/template-overviews/3-col-portfolio)
|
||
|
* Copyright 2013-2017 Start Bootstrap
|
||
|
* Licensed under MIT (https://github.com/BlackrockDigital/startbootstrap-3-col-portfolio/blob/master/LICENSE)
|
||
|
*/
|
||
|
|
||
|
body {
|
||
|
padding-top: 54px;
|
||
|
font-family: "Arial Black", Gadget, sans-serif;
|
||
|
}
|
||
|
|
||
|
@media (min-width: 992px) {
|
||
|
body {
|
||
|
padding-top: 56px;
|
||
|
}
|
||
|
}
|
||
|
|
||
|
.portfolio-item {
|
||
|
margin-bottom: 30px;
|
||
|
}
|
||
|
|
||
|
.pagination {
|
||
|
margin-bottom: 30px;
|
||
|
}
|
||
|
.card {
|
||
|
width:80%;
|
||
|
|
||
|
}
|
||
|
.achievements{
|
||
|
border:5px solid gray;
|
||
|
}
|