More cleanup, add a new tag.
This commit is contained in:
@ -26,6 +26,13 @@
|
||||
font-style: italic;
|
||||
}
|
||||
|
||||
@font-face {
|
||||
font-family: "Lato";
|
||||
src: url("lato/Lato-Black.ttf");
|
||||
font-weight: normal;
|
||||
font-style: normal;
|
||||
}
|
||||
|
||||
body {
|
||||
font-size: 1.1em;
|
||||
}
|
||||
@ -71,6 +78,12 @@ figcaption {
|
||||
display: inline-block;
|
||||
}
|
||||
|
||||
.main__title {
|
||||
text-transform: uppercase;
|
||||
margin-bottom: 50px;
|
||||
font-size: 2em;
|
||||
}
|
||||
|
||||
.divider {
|
||||
background-color: lightgrey;
|
||||
height: 1px;
|
||||
|
Reference in New Issue
Block a user