mirror of
https://github.com/gohugoio/hugo.git
synced 2026-08-25 15:58:53 +00:00
Fix homepage layout
This commit is contained in:
File diff suppressed because one or more lines are too long
@@ -118,7 +118,7 @@ ul.animated {
|
||||
font-size: 1.2em;
|
||||
text-align: center;
|
||||
line-height: 1.3;
|
||||
font-weight: 300;
|
||||
font-weight: $base-font-weight;
|
||||
margin-top: 1.5em;
|
||||
font-style: normal;
|
||||
max-width: 90%;
|
||||
@@ -157,11 +157,19 @@ ul.animated {
|
||||
|
||||
.home-row-content-focus {
|
||||
display: flex;
|
||||
.half.half-content {
|
||||
order: 2;
|
||||
@include MQ(M) {
|
||||
order: 1;
|
||||
}
|
||||
}
|
||||
.focus-svgs {
|
||||
order: 1;
|
||||
display: flex;
|
||||
justify-content: space-around;
|
||||
@include MQ(M) {
|
||||
max-width: 48%;
|
||||
order: 2;
|
||||
}
|
||||
svg {
|
||||
max-width: 48%;
|
||||
|
||||
Vendored
+1
-1
File diff suppressed because one or more lines are too long
Reference in New Issue
Block a user