You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
PersonalWebsite_Static/Old/css/grid.css

49 lines
1006 B
CSS

.top_buffer {
margin-bottom: 10px; }
.wide {
width: auto;
border-radius: 5px;
background-color: #eaeaea;
position: relative;
background-clip: content-box; }
.wide .image {
border-color: #FF1E90; }
.tall {
width: auto;
border-radius: 5px;
background-color: #eaeaea;
background-clip: content-box; }
.tall .image {
border-color: #FF1E90; }
.tall .description {
text-align: center; }
@media (min-width: 992px) {
.wide .image {
width: 75%;
float: left;
border-style: none solid none none; }
.wide .description {
margin-left: 76%;
text-align: left; }
.tall .image {
border-style: none none solid; }
.tall .description {
text-align: center; } }
@media (max-width: 991px) {
.wide .image {
border-style: none none solid; }
.wide .image img {
width: 100%;
height: auto; }
.tall .image {
border-style: none none solid; }
.tall .description {
text-align: center; } }
/*# sourceMappingURL=grid.css.map */