Updated styles
This commit is contained in:
@@ -11,12 +11,27 @@ h2 {
|
||||
p {
|
||||
font-size: 1.1em;
|
||||
line-height: 1.4em;
|
||||
padding-bottom: 10px;
|
||||
&:not(&:last-of-type) {
|
||||
padding-bottom: 10px;
|
||||
}
|
||||
}
|
||||
.container {
|
||||
max-width: 1200px;
|
||||
margin: 0 auto;
|
||||
}
|
||||
.loading {
|
||||
height: 300px;
|
||||
|
||||
.loading-animation {
|
||||
margin: 20px auto;
|
||||
width: 50px;
|
||||
height: 50px;
|
||||
border: 5px solid #f3f3f3;
|
||||
border-top: 10px #A2CF00 solid;
|
||||
border-radius: 50%;
|
||||
animation: loading-animation 1s linear infinite;
|
||||
}
|
||||
}
|
||||
@media screen and (max-width: 1200px) {
|
||||
.container {
|
||||
padding: 0 20px;
|
||||
|
Reference in New Issue
Block a user