Skip to content
Snippets Groups Projects
Commit 8dcc72d3 authored by Richard Taesler's avatar Richard Taesler
Browse files

Assignment tutor and Course button scale fix

parent 3fd038d2
No related branches found
No related tags found
No related merge requests found
...@@ -133,6 +133,10 @@ ...@@ -133,6 +133,10 @@
color: #ffffff; color: #ffffff;
font-size: 18px; font-size: 18px;
} }
.box {
min-width: 285px;
}
</style> </style>
</head> </head>
<body> <body>
......
...@@ -134,7 +134,7 @@ ...@@ -134,7 +134,7 @@
font-size: 18px; font-size: 18px;
} }
.box { .box {
min-width: 150px; min-width: 160px;
} }
</style> </style>
</head> </head>
......
...@@ -30,10 +30,6 @@ ...@@ -30,10 +30,6 @@
.modal:target { .modal:target {
display: flex; display: flex;
} }
.box {
min-width: 150px;
}
</style> </style>
<body> <body>
<nav class="navbar"> <nav class="navbar">
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please to comment