Files
frontend/sass/index.css
2021-12-15 12:31:48 +00:00

35 lines
522 B
CSS

body {
margin: 0;
padding: 0;
display: flex;
flex-direction: column; }
.articles {
margin: auto;
width: 50%;
padding: 10px;
}
.header {
background-color: #EAE2B7;
width: 100%;
height: 100px;
display: flex;
align-items: center;
justify-content: flex-end; }
ul {
display: flex;
flex-direction: row;
font-size: 20px;
list-style: none; }
ul li {
padding-right: 30px; }
ol {
display: flex;
flex-direction: column;
list-style: georgian; }
/*# sourceMappingURL=index.css.map */