Browse Source

Fix hero styling

pull/1/head
Stephanie Gredell 7 months ago
parent
commit
43cf2f0e8d
  1. 6
      static/index.html

6
static/index.html

@ -748,6 +748,12 @@
font-weight: 500; font-weight: 500;
z-index: 10; z-index: 10;
} }
@media (max-width: 400px) {
.hero {
padding-top: 120px;
}
}
</style> </style>
</head> </head>
<body> <body>

Loading…
Cancel
Save