Skip to content
Snippets Groups Projects
Commit 40f4c22b authored by Jürgen Voskuhl's avatar Jürgen Voskuhl
Browse files

Mark it-standard pages with specific class

parent 68641d03
No related branches found
No related tags found
1 merge request!86planning#1203: Standards
...@@ -13,7 +13,7 @@ const { getImgPath } = useImgPath() ...@@ -13,7 +13,7 @@ const { getImgPath } = useImgPath()
export default function ({ contentString }) { export default function ({ contentString }) {
const content: ServiceContent = JSON.parse(contentString) const content: ServiceContent = JSON.parse(contentString)
return ( return (
<div className={'mx-auto max-w-screen-xl'}> <div className={'mx-auto max-w-screen-xl it-standard'}>
<nav className="relative max-w-7xl flex"> <nav className="relative max-w-7xl flex">
<div className="flex items-center flex-1"> <div className="flex items-center flex-1">
<div className="flex items-center justify-between w-full md:w-auto"> <div className="flex items-center justify-between w-full md:w-auto">
......
...@@ -42,7 +42,7 @@ export default function ({ contentsString }) { ...@@ -42,7 +42,7 @@ export default function ({ contentsString }) {
return tags.length > 0 return tags.length > 0
} }
return ( return (
<div className='container'> <div className='container it-standards'>
<nav className="relative max-w-7xl mx-auto flex items-center justify-between px-3 sm:px-6 "> <nav className="relative max-w-7xl mx-auto flex items-center justify-between px-3 sm:px-6 ">
<div className="flex items-center flex-1"> <div className="flex items-center flex-1">
<div className="flex items-center justify-between w-full md:w-auto"> <div className="flex items-center justify-between w-full md:w-auto">
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment