add build from cca16f51c2
This commit is contained in:
44
assets/css/styles.css
Normal file
44
assets/css/styles.css
Normal file
@ -0,0 +1,44 @@
|
||||
.current-site {
|
||||
color: green;
|
||||
}
|
||||
|
||||
body {
|
||||
font-size: 24px;
|
||||
max-width: 72ch;
|
||||
background-color: #afcfff;
|
||||
}
|
||||
|
||||
.larger {
|
||||
font-size: larger;
|
||||
}
|
||||
|
||||
.xx-large {
|
||||
font-size: xx-large;
|
||||
}
|
||||
|
||||
.wrap {
|
||||
display: flex;
|
||||
max-width: max-content;
|
||||
}
|
||||
|
||||
.wrap1 {
|
||||
margin: 0px;
|
||||
width: 30%;
|
||||
}
|
||||
|
||||
.wrap2 {
|
||||
margin: 0px; /* remove all margins to fit two divs in the container */
|
||||
width: 70%;
|
||||
}
|
||||
|
||||
@media (max-width: 767px) {
|
||||
.wrap {
|
||||
flex-direction: column;
|
||||
}
|
||||
.wrap1,
|
||||
.wrap2 {
|
||||
width: auto;
|
||||
}
|
||||
}
|
||||
|
||||
/*# sourceMappingURL=styles.css.map */
|
||||
Reference in New Issue
Block a user