ⴰⵍⴱⵓⴹ:ⴰⵏⵎⵓⴳⴳⴰⵔ/styles.css

ⵙⴳ ⵡⵉⴽⵉⴱⵉⴷⵢⴰ
.brlaman-wrapper {
    margin: 1em 0;
    border: 1px solid #c8ccd1;
    box-shadow: 0 1px 1px rgba(0,0,0,.15);
    font-size: 1.1em;
}

.brlaman-wrapper .container {
    padding: 1em;
    flex: inherit;
    display: flex;
    align-items: center;
}

.brlaman-wrapper .container .text-description {
    flex: inherit;
    width: 70%;
}

.brlaman-wrapper .container .image {
    flex: inherit;
    width: 30%;
    text-align: center;
}

.brlaman-wrapper .container .image img {
    max-width: 100%;
    height: auto;
    display: block;
    margin: 0 auto;
}

.brlaman-wrapper .archive {
    font-size: 0.9em;
    background: #efefef;
    padding: 1em;
    text-align: center;
}

.brlaman-archive-main {
	background-color: #f9f9f9;
	border: 1px solid #c8ccd1;
	padding: 1em;
}

@media screen and (max-width: 768px) {
	.brlaman-wrapper .container {
		flex-direction: column;
		align-items: center;
	}
	.brlaman-wrapper .container .text-description,
    .brlaman-wrapper .container .image {
    	width: 100%;
    	text-align: left;
    }
}